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

3 lines
48 B
Text

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