tm_part2 - MarinaNikiforova/Assignment-2---pt-2 GitHub Wiki

Java Tm

Java Tm is a command line application, that logs times of beginning and end of tasks, and summarizes tasks. Main issues for me in writing this application was properly handling user input and providing duration of tasks. In the process I have used references from StackOverflow to gather information and choose what works best for the problem.