Initial skeleton

This commit is contained in:
Corey Butler
2014-09-20 12:06:25 -05:00
parent c8e73f6b08
commit 57103a3c92

7
src/wnvm.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Printf("hello, world\n")
}