mirror of
https://git.fddl.dev/fddl/fddl.git
synced 2024-12-26 14:10:33 +00:00
4 lines
48 B
Text
4 lines
48 B
Text
|
func main() {
|
||
|
print(`hello, world in fddl`);
|
||
|
}
|