First commit

This commit is contained in:
Eric Meyer 2017-10-18 15:14:17 -05:00
commit c041b2efc4
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.idea

7
main.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello world")
}