7 lines
94 B
Plaintext
Raw Normal View History

2012-04-29 19:40:56 -05:00
// Hello from Fantom!
class HelloWorld {
static Void main() {
echo("Hello World")
2012-04-29 19:40:56 -05:00
}
}