Update main.go

This commit is contained in:
Lerking
2023-02-17 09:56:50 +01:00
committed by GitHub
parent 3f9ca6b6f6
commit 1c7dd0ede6

View File

@@ -1 +1,7 @@
package main
def main() {
Println("I'm here!")
}
main()