Skip to content

Instantly share code, notes, and snippets.

@ilmanzo
Created September 16, 2022 09:04
Show Gist options
  • Save ilmanzo/1684d24d7769e1e19b66d0c34ed792e1 to your computer and use it in GitHub Desktop.
Save ilmanzo/1684d24d7769e1e19b66d0c34ed792e1 to your computer and use it in GitHub Desktop.
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