summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-13Fix input handlingDominik Kaiser
Before the fix, the last element was ignored while checking for duplicates. Now all elements are checked and input handling should be working fine.
2024-04-13Add command handling to makefile and setup mainDominik Kaiser
2024-04-13Add command list printingDominik Kaiser
2024-04-13Finish command handling and add command printingDominik Kaiser
2024-04-12Add error handling and create base for commandsDominik Kaiser
2024-04-12Add libft and input handlingDominik Kaiser
2024-04-12Setup projectDominik Kaiser