push all exercices
This commit is contained in:
9
ch1/hello.go
Normal file
9
ch1/hello.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
|
||||
fmt.Printf("Hello ttt sad , %s!\n", "world")
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user