feat: book decryption

All credits go to gawgua for his work, tysm.
This commit is contained in:
2025-02-07 01:38:54 +07:00
parent 075a73145b
commit e61de79d31
15 changed files with 353 additions and 13 deletions

View File

@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.30)
project(decypherer)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_FLAGS -m32)
add_executable(decypherer main.cpp)