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

4 lines
48 B
Plaintext

func main() {
print("hello, world in fddl");
}