forked from varia/go-sh-manymanuals
init
This commit is contained in:
parent
704df7736e
commit
f06ddb4e29
10
README.md
10
README.md
@ -1,3 +1,11 @@
|
|||||||
# go-sh-manymanuals
|
# 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
0
exp/.git-dont-delete-me
Normal file
9
go-sh-manymanuals.go
Normal file
9
go-sh-manymanuals.go
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
)
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
fmt.Println("Hello, World!")
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user