Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 85 Bytes

run.md

File metadata and controls

6 lines (6 loc) · 85 Bytes
go mod init goproject/hello
go build
./hello.exe
>> Hello World!