This website requires JavaScript.
Explore
Help
Register
Sign In
12hydrogen
/
messy-codepile
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
messy-codepile
/
base64
/
CMakeLists.txt
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
10 lines
95 B
CMake
Raw
Permalink
Normal View
History
Unescape
Escape
Add base64 tool
2026-08-11 11:34:46 +08:00
add_executable
(
encoder
./encode.cpp
)
add_executable
(
decoder
./decode.cpp
)
Reference in New Issue
Copy Permalink