fddl/hello-world.fddl

4 lines
48 B
Text
Raw Normal View History

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