mirror of
https://git.fddl.dev/fddl/fddl.git
synced 2024-12-26 14:10:33 +00:00
6 lines
46 B
Text
6 lines
46 B
Text
|
!test
|
||
|
|
||
|
func main() {
|
||
|
print("Hello World");
|
||
|
}
|