RosettaCodeData/Task/Hello-world-Text/AngelScript/hello-world-text.angel

2 lines
40 B
Plaintext

void main() { print("Hello world\n"); }