Code Katas Golang code katas exercises Exercise 1 Problem Write a program that displays numbers from 1 to 100 in numeric order Solution Created a for loop To run the program execute go run .\exercise-1\main.go