remove useless test code

This commit is contained in:
Christine Dodrill 2015-06-08 21:07:58 -07:00
parent 39a8ce97fb
commit 66a3fd3275
2 changed files with 0 additions and 8 deletions

View File

@ -1 +0,0 @@
print "hello world"

View File

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