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