hello-world/go/test.sh

3 lines
47 B
Bash
Raw Normal View History

2024-04-04 20:57:49 +00:00
#!/bin/bash
go build helloworld.go
./helloworld