This website requires JavaScript.
Explore
Help
Sign In
iang
/
hello-world
Watch
1
Star
0
Fork
You've already forked hello-world
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
added go version
Browse Source
...
This commit is contained in:
Ian Griffin
2022-10-27 18:40:25 +08:00
parent
0d7e5f1dc7
commit
c6c6adb441
1 changed files
with
7 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
7
hello.go
Normal file
Unescape
Escape
View File
@ -0,0 +1,7 @@
package
main
import
"fmt"
func
main
(
)
{
fmt
.
Println
(
"hello, 世界"
)
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
iang/hello-world
Title
Body
Create Issue