7 lines
96 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!")
}
}