Revise using string interpolation.
This commit is contained in:
@@ -10,4 +10,4 @@ while x > 0 {
|
||||
x -= 1;
|
||||
}
|
||||
|
||||
print("Finished. Run time = " + now.elapsed + " seconds.");
|
||||
print(`Finished. Run time = ${now.elapsed} seconds.`);
|
||||
|
Reference in New Issue
Block a user