fddl/hello-world.fddl

4 lines
48 B
Text
Raw Normal View History

func main() {
2024-09-17 14:48:20 +01:00
print("hello, world in fddl");
}