fddl/hello.fddl

6 lines
46 B
Text
Raw Normal View History

2024-09-17 14:48:20 +01:00
!test
func main() {
print("Hello World");
}