Move snippets outside of markdown

Signed-off-by: Helder Correia <174525+helderco@users.noreply.github.com>
This commit is contained in:
Helder Correia
2022-03-10 11:50:21 -01:00
parent cf0505614f
commit 6204970d53
13 changed files with 177 additions and 170 deletions

View File

@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello, 世界")
}

View File

@@ -0,0 +1,3 @@
module dagger.io/test
go 1.17