Skip to content

Instantly share code, notes, and snippets.

@dafang
Created September 28, 2012 08:35
Show Gist options
  • Select an option

  • Save dafang/3798667 to your computer and use it in GitHub Desktop.

Select an option

Save dafang/3798667 to your computer and use it in GitHub Desktop.
Test sublime text 2 gist plugin
package main
import "fmt"
func main() {
fmt.Printf("Hello world!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment