Revise using string interpolation.
This commit is contained in:
@@ -68,4 +68,4 @@ for i in range(0, SIZE) {
|
||||
}
|
||||
*/
|
||||
|
||||
print("Finished. Run time = " + now.elapsed + " seconds.");
|
||||
print(`Finished. Run time = ${now.elapsed} seconds.`);
|
||||
|
Reference in New Issue
Block a user