Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 397 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 397 Bytes

thxgen-c

thxgen, but in C++

Requires GNU Make and GNU G++.

Compilation

Make sure you're in the directory that thxgen is in.

make && ./thxgen

Thank you to ChatGPT, who helped me a ton with the reading-arguments part. I'd recommend it to you as long as you don't make it do your homework for you.

ChatGPT