package
1.6.0
Repository: https://github.com/eun/yaegi-template.git
Documentation: pkg.go.dev

# README

This example will find all golang code in this README.md file and run it.
This can be useful to test if your examples in your readme actually work.

package main

import "fmt"

func main() {
    fmt.Println("Hello World")
}