added example (#7)

Co-authored-by: kjuulh <contact@kjuulh.io>
Reviewed-on: https://git.front.kjuulh.io/kjuulh/kraken/pulls/7
This commit is contained in:
2022-09-13 21:54:05 +02:00
parent c7e773be93
commit fd7b06e840
7 changed files with 57 additions and 19 deletions

View File

@@ -0,0 +1,9 @@
package main
import "github.com/bitfield/script"
func main() {
script.
Echo("# Readme").
WriteFile("README.md")
}