6 lines
87 B
Text
6 lines
87 B
Text
|
|
script HelloWorld {
|
||
|
|
func main returns: int {
|
||
|
|
print("Hello World!")
|
||
|
|
}
|
||
|
|
}
|