feat: init commit
This commit is contained in:
8
helloworld-go/main.go
Executable file
8
helloworld-go/main.go
Executable file
@@ -0,0 +1,8 @@
|
||||
/// 2>/dev/null ; gorun "$0" "$@" ; exit $?
|
||||
// OR: #!/usr/bin/env gorun
|
||||
|
||||
package main
|
||||
|
||||
func main() {
|
||||
println("Hello world.")
|
||||
}
|
||||
Reference in New Issue
Block a user