Tested Go
This commit is contained in:
parent
86dd6b1975
commit
f28b15cec1
|
@ -1,3 +1,4 @@
|
|||
//compiles and runs successfully
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
|
3
go/test.sh
Executable file
3
go/test.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
go build helloworld.go
|
||||
./helloworld
|
Loading…
Reference in New Issue
Block a user