Files
golang-repo-template/main.go
2023-02-17 09:56:50 +01:00

8 lines
60 B
Go

package main
def main() {
Println("I'm here!")
}
main()