Created
August 12, 2015 12:58
-
-
Save mnemnion/fa9667a37427c35659e1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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