remove useless test code
This commit is contained in:
parent
39a8ce97fb
commit
66a3fd3275
|
@ -1 +0,0 @@
|
||||||
print "hello world"
|
|
|
@ -1,7 +0,0 @@
|
||||||
package main
|
|
||||||
|
|
||||||
import "fmt"
|
|
||||||
|
|
||||||
func main() {
|
|
||||||
fmt.Println("Hello, world!")
|
|
||||||
}
|
|
Loading…
Reference in New Issue