Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 477 Bytes

File metadata and controls

15 lines (14 loc) · 477 Bytes

Hello World!

this is a hello world program in Golang

How to use

git clone https://github.com/isNagatoYuki/HelloWorld.git
cd HelloWorld
go build -ldflags "-s -w" -o helloworld.go
./helloworld

Contributing

If you want to contribute to this project, just fork it and make a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details