Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 295 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 295 Bytes

CSAVE

an experiment project to write and read a binary file using C Programming Language.

BUILD

meson setup build
ninja -C build

LAUNCH

./build/csave write # to write
./build/csave read # to read
./build/csave rw # to read and write

THIS PROJECT IS STILL WIP