9a3d6d4b5e
Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
3 lines
109 B
JavaScript
3 lines
109 B
JavaScript
var d = new Date();
|
|
var n = Math.random();
|
|
print('Hello, \\ntoday is ' + d + '\\nand this is random - ' + n); |