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

3 lines
48 B
Text

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