Juan Felipe Alvarez Saldarriaga c2f77c1364 fantom hello world; http://fantom.org
2012-04-29 19:40:56 -05:00

7 lines
96 B
Plaintext

// Hello from Fantom!
class HelloWorld {
static Void main() {
echo("Hello, World!")
}
}