Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 638 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 638 Bytes

col-challenges

Programming challenges from the Cave of Linguists discord server

https://discord.gg/cave-of-linguists

The challenges feature:

  • BeepBoopBook (C++): usage of the ternary operator.
  • CodingChallenge0 (POSIX shell): POSIX-compliant (almost entirely, has a for loop) naïve implementation of primality test with a few simple optimizations.
  • CodingChallenge1 (Qt C++, WIP): production-grade encapsulation, documentation (doxygen: link), internationalization and a fancy GUI available in 3 languages.