Snippets

Matt Renquist hello.go

Created by Matt Renquist
1
2
3
4
5
6
7
package main

import "fmt"

func main() {
  fmt.Printf("Hello, world!\n")
}

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.