Skip to content

Instantly share code, notes, and snippets.

@koesie10
Created September 10, 2018 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koesie10/e312024b5f52795756e81a95906bd8e1 to your computer and use it in GitHub Desktop.
Save koesie10/e312024b5f52795756e81a95906bd8e1 to your computer and use it in GitHub Desktop.
1:1 package "package"
1:9 IDENT "main"
1:13 ; "\n"
2:1 import "import"
2:8 STRING "\"fmt\""
2:13 ; "\n"
3:1 func "func"
3:6 IDENT "main"
3:10 ( ""
3:11 ) ""
3:13 { ""
4:3 IDENT "fmt"
4:6 . ""
4:7 IDENT "Println"
4:14 ( ""
4:15 STRING "\"Hello, world!\""
4:30 ) ""
4:31 ; "\n"
5:1 } ""
5:2 ; "\n"
5:3 EOF ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment