Skip to content

Commit

Permalink
adding a function
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-gbutzi committed Apr 15, 2020
1 parent db4649e commit 81e971c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import "fmt"

func main() {
fmt.Println("hello world")
}

0 comments on commit 81e971c

Please sign in to comment.