This website works better with JavaScript
Home
Explore
Help
Sign In
kkn
/
test
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Add Hello, world
Kare Nuorteva
8 years ago
parent
f0a17686f0
commit
dbeb2e9670
1 changed files
with
7 additions
and
0 deletions
Unified View
Show Diff Stats
7
0
test.go
+ 7
- 0
test.go
View File
@@ -0,0 +1,7 @@
+package main
+
+import "fmt"
+
+func main() {
+ fmt.Println("Hello, world!")
+}