Skip to content

Commit

Permalink
add Helloworld
Browse files Browse the repository at this point in the history
  • Loading branch information
jairwen committed Sep 13, 2015
1 parent d85356e commit 49b8e8a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added bin/hello
Binary file not shown.
9 changes: 9 additions & 0 deletions src/github.com/jairwen/hello/hello.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package main


import "fmt"

func main(){
fmt.Println("Hello,Go World.\n")
}

0 comments on commit 49b8e8a

Please sign in to comment.