https://github.com/sahajre/hello-world-go
Hello world-ification of go syntax
https://github.com/sahajre/hello-world-go
go go-tutorial golang helloworld helloworld-programs
Last synced: 5 months ago
JSON representation
Hello world-ification of go syntax
- Host: GitHub
- URL: https://github.com/sahajre/hello-world-go
- Owner: sahajre
- License: mit
- Created: 2019-07-22T11:49:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-29T05:24:57.000Z (almost 7 years ago)
- Last Synced: 2023-03-12T01:26:48.601Z (about 3 years ago)
- Topics: go, go-tutorial, golang, helloworld, helloworld-programs
- Language: Go
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

A "hello, world" program is a program which outputs or displays "hello, world" message. It often illustrates the basic syntax of programming language. Perhaps, this tradition was started from the book The C Programming Language, by Brian W. Kernighan and Dennis M. Ritchie, 1978.
Recently, mostly for fun learning, I've started writing "hello, world" program to try out Go language. I think it becomes easy to understand the code syntax and concepts, if you already know what output the code is going to have.
In this blog post, I am showing you the initial list of "hello, world" program, which I plan to keep updating and adding more over a period of time. I would be glad to hear your feedback and open to your contributions to make it a useful resource.
## 🙌 Contribution
- Open pull request with new hello-world-ification and/or improvements
- Spread the word
- Reach out with any feedback [](https://twitter.com/sahaj_)