Skip to content

Commit

Permalink
Merge pull request Aniket965#884 from jflayhart/hello-go
Browse files Browse the repository at this point in the history
Added my first Go script
  • Loading branch information
Aniket965 authored Oct 8, 2018
2 parents d239991 + 8e3d750 commit af77c23
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Golang/hello_jflayhart.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package main

import "fmt"

func main() {
fmt.Println("Go World! Oh, and hello.")
}

0 comments on commit af77c23

Please sign in to comment.