Skip to content

Instantly share code, notes, and snippets.

@PeronGH
Created December 30, 2025 13:24
Show Gist options
  • Select an option

  • Save PeronGH/135efc0a8c84acf714b00fe91bf3f735 to your computer and use it in GitHub Desktop.

Select an option

Save PeronGH/135efc0a8c84acf714b00fe91bf3f735 to your computer and use it in GitHub Desktop.
Go Script
//usr/bin/env go run "$0" "$@"; exit
package main
import "fmt"
func main() {
fmt.Println("Hello, world!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment