This is a simple README file that demonstrates the classic "Hello World" program, written in Go.
The "Hello World" program is a traditional starting point for learning programming languages. It is a simple program that prints the phrase "Hello, World!" to the console.
This program is available in the Docker Hub. It requires Docker to be installed on your machine.
You can download it from the using the following command:
docker pull sscabral/fullcycle
Then you an run it using the following command:
docker run sscabral/fullcycle
Enjoy!