Skip to content

Instantly share code, notes, and snippets.

@mnemnion
Created August 12, 2015 12:58
Show Gist options
  • Save mnemnion/fa9667a37427c35659e1 to your computer and use it in GitHub Desktop.
Save mnemnion/fa9667a37427c35659e1 to your computer and use it in GitHub Desktop.
package main
import "fmt"
import "github.com/pointlander/peg"
type pegger peg.Peg {
fmt.Printf("hi")
}
func main() {
fmt.Printf("hello, world\n")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment