Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Commit

Permalink
Merge pull request #4373 from D-Raj/D-Raj-Add-Hello-World-Go
Browse files Browse the repository at this point in the history
Merged by aniket965
  • Loading branch information
Aniket965 committed Oct 17, 2018
2 parents 6c84ba4 + 03b5e06 commit 282cc39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Golang/Hello_world.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package main
import "fmt"
func main() {
fmt.Println("hello world")
}

0 comments on commit 282cc39

Please sign in to comment.