This repository contains a go .main file that prints "hello world"

File structure

/hngi8stage2_task2-| | _ _ main.go |_ _ _ README.md

How to run this code

it is assumed you have installed go otherwise check out the Golang docs page on how to do so. With go installed in your machine, clone this repository and run go build in the directory containing the .main file. you can then run go run [filename]

Why am I doing this?

This is in response to a task given to HNGi8 interns