mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
8 lines
100 B
Plaintext
8 lines
100 B
Plaintext
|
|
|
|
|
|
var answer = 42;
|
|
|
|
var question: string = "How many roads must a man walk down?";
|
|
|
|
print question; |