Skip to content

Commit

Permalink
Added a test file
Browse files Browse the repository at this point in the history
  • Loading branch information
wrr14001 committed Oct 31, 2018
1 parent b41b898 commit 74ccb14
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions hello.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package main

import (
"fmt"
)

func main() {
fmt.Printf("hello, world\n")
}

0 comments on commit 74ccb14

Please sign in to comment.