This repo is used as development repo for setting up a workflow for a college course.
Students should have The Workflow:
Assignment 1:
Branch: kmom01 from main.
Will write code in src/kmom01 folder.
Assignment 2:
Branch: kmom02 from kmom01 (or from main after assignment 1 is merged)
Will write code in src/kmom02 folder.
If student needs to fix assignment 1 while working on assignment 2:
Fix in kmom01