fddl/hello.fddl
2024-09-17 09:48:20 -04:00

5 lines
46 B
Text

!test
func main() {
print("Hello World");
}