Skip to content

Instantly share code, notes, and snippets.

@Nydan
Last active June 15, 2017 10:43
Show Gist options
  • Save Nydan/8dfcc71f39a74df2a8b6503a89c99135 to your computer and use it in GitHub Desktop.
Save Nydan/8dfcc71f39a74df2a8b6503a89c99135 to your computer and use it in GitHub Desktop.
Hello world
package main
import "fmt"
func main() {
fmt.Println("hello world, this is my revision")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment