GitBucket
4.23.0
Toggle navigation
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
sample-golang
/
01_hello
Browse code
fix README
master
1 parent
2922a5b
commit
3616ed6ce1aa520033a261aa9d1eba47ef1e392c
yhornisse
authored
on 20 Sep 2021
Patch
Showing
1 changed file
README.md
Ignore Space
Show notes
View
README.md
## Hello, World 1. go build hello.go 2. ./hello ## Args Sample ```bash $ ./args hoge fuga piyo args: [./args hoge fuga piyo] args: [hoge fuga piyo] args: hoge,fuga,piyo $ ```
## Hello, World 1. go build hello.go 2. ./hello ## Args Sample ```bash $ ./args args: [./args hoge fuga piyo] args: [hoge fuga piyo] args: hoge,fuga,piyo $ ```
Show line notes below