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
add new line
master
1 parent
7c27221
commit
76f98128f356c10311c2136419b9baee5c125815
yhornisse
authored
on 21 Mar 2023
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 hoge fuga piyo args: [./args hoge fuga piyo] args: [hoge fuga piyo] args: hoge,fuga,piyo $ ```
Show line notes below