This commit is contained in:
decentral1se 2022-04-20 12:40:46 +02:00
parent 704df7736e
commit f06ddb4e29
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
4 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,11 @@
# go-sh-manymanuals
WIP
> WIP
## hacking
Proposal co-learning co-hacking protocol:
- Building blocks & learning programs go in [`exp`](./exp/).
- When we are happy with a thing, we bring it into [`go-sh-manymanuals.go`](./go-sh-manymanuals.go).

0
exp/.git-dont-delete-me Normal file
View File

9
go-sh-manymanuals.go Normal file
View File

@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, World!")
}

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module varia.zone/go-sh-manymanuals
go 1.18