Tested Go

This commit is contained in:
ilsix 2024-04-04 22:57:49 +02:00
parent 86dd6b1975
commit f28b15cec1
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
//compiles and runs successfully
package main package main
import "fmt" import "fmt"

3
go/test.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
go build helloworld.go
./helloworld