This commit is contained in:
Juan Felipe Alvarez Saldarriaga
2012-04-29 19:40:56 -05:00
parent 38f6567c5c
commit c2f77c1364

6
f/fantom.fan Normal file
View File

@@ -0,0 +1,6 @@
// Hello from Fantom!
class HelloWorld {
static Void main() {
echo("Hello, World!")
}
}