Skip to content

Instantly share code, notes, and snippets.

@odysseus0
Created May 19, 2024 15:22
Show Gist options
  • Save odysseus0/be8cc814de7b3140d9b8f53a213c8eb5 to your computer and use it in GitHub Desktop.
Save odysseus0/be8cc814de7b3140d9b8f53a213c8eb5 to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
hello()
}
func hello() {
fmt.Println("Hello, World!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment