fantom hello world; http://fantom.org
This commit is contained in:
6
f/fantom.fan
Normal file
6
f/fantom.fan
Normal file
@@ -0,0 +1,6 @@
|
||||
// Hello from Fantom!
|
||||
class HelloWorld {
|
||||
static Void main() {
|
||||
echo("Hello, World!")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user