Created
May 19, 2024 15:22
-
-
Save odysseus0/be8cc814de7b3140d9b8f53a213c8eb5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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