Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added a test file
  • 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
@@ -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.