added a file, maybe this should have been done before

This commit is contained in:
Nick 2021-05-22 21:05:19 -04:00
parent 9446a92c0f
commit e66767fead

7
hello.go Normal file
View File

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