gemstone/tests/input_file/test.gem

6 lines
59 B
Plaintext
Raw Normal View History

import "std.io"
fun main {
print("Hello, World!!!")
}