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

6 lines
46 B
Plaintext

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