Hello package! ```{go eval=FALSE} package hello

func HelloWorld(){ println("hello world!") }

Hello main!
```{go}
package main 

func main(){
   println("hello world!")
}

Or specify an engine:

package main

func main(){
   println("hello world!")
}


Try the parsermd package in your browser

Any scripts or data that you put into this service are public.

parsermd documentation built on May 20, 2021, 5:08 p.m.