Skip to content

Instantly share code, notes, and snippets.

@mr-pascal
Last active February 13, 2021 08:58
Show Gist options
  • Select an option

  • Save mr-pascal/7876d85f251b5f8ea307a42f8d05e8af to your computer and use it in GitHub Desktop.

Select an option

Save mr-pascal/7876d85f251b5f8ea307a42f8d05e8af to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
// Print "Hello, World!" to the console
fmt.Println("Hello, World!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment