Inspired by a reddit post (https://www.reddit.com/r/learnprogramming/comments/g86t0t/the_first_program_i_ever_felt_proud_of/), I wanted to ask you guys what program you are proudest of making. It could be a very recent complex program, or one that you did fairly early in your coding careers.I remember when I was a teenager starting off programming and I wanted to create a sudoku brute force solver as a teenager. Learning and seeing recursion in action for the first time had me in absolute awe. I had great pleasure when it finally worked.