a gleam implementation of a CS assignment originally written in cpp
1--- 2Project: "#6" 3Professor: "Professor Knoerr" 4Class: "CS 1210 – Fall 2025" 5Author: "Kieran Klukas" 6--- 7 8# Requirements 9 10<!--Restate the problem specifications in your own words--> 11 12# Design 13 14<!--How did you attack the problem? What choices did you make in your design, and why?--> 15 16# Implementation 17 18<!--Outline any interesting implementation details.--> 19 20# Testing 21 22<!-- 23Explain how you tested your program, enumerating the tests if possible. 24Explain why your test set was sufficient to believe that the software is working properly, 25i.e., what were the range of possibilities of errors that you were testing for. 26--> 27 28I updated the `makefile` to add `make run` so I could compile and run it more easily and updated the test file to have the Zylabs test states as well as more granularly check a happy path and some adversarial paths. 29 30# Outside Help 31 32<!--Did you get help from anyone else on this project? Document their contribution to your learning.--> 33 34# Summary/Conclusion 35 36<!--Present your results. Did it work properly? Are there any limitations?--> 37 38# AI Use 39 40<!--How did you use Generative AI in this project?--> 41 42I used claude to generate a more complex test file and then modified it to add the rest of the zybooks tests as I got closer to finishing the project. 43 44# Lessons Learned 45 46<!--Present your results. Did it work properly? Are there any limitations?--> 47 48# Time Spent 49 50<!--Approximately how many hours did you spend on this project?--> 51 52![hackatime badge](https://hackatime-badge.hackclub.com/U062UG485EE/lab-6)