fddl/hello-world.fddl
2024-09-15 16:00:46 -04:00

4 lines
48 B
Plaintext

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