Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

Commit

Permalink
Rename Go file
Browse files Browse the repository at this point in the history
  • Loading branch information
thatlittlegit committed Jun 10, 2018
1 parent e16033c commit 4b91b35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
9 changes: 0 additions & 9 deletions GO

This file was deleted.

4 changes: 3 additions & 1 deletion hello_world.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ package main
import "fmt"

func main() {
fmt.Println("hello world\n")
fmt.Println("hello world")
}
//to run the program
$ go run hello-world.go

0 comments on commit 4b91b35

Please sign in to comment.