feat: book decryption
All credits go to gawgua for his work, tysm.
This commit is contained in:
7
decypherer/CMakeLists.txt
Normal file
7
decypherer/CMakeLists.txt
Normal 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)
|
||||
Reference in New Issue
Block a user