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 29, 2024, 6:39 a.m.