simple note taking app in C
Find a file
Rayen Daadaa 0ae0c9aef4
see message
- feature: struct Notes saving everything about notes from user for
  easier reading from memory
- feature: remove note from file (currently removing whole file but will
  fix in next commits
- code improvement: const variables
- bug fix: free all allocated memory
2025-07-21 13:48:26 +02:00
.gitignore init 2025-07-19 23:03:45 +02:00
Makefile feature: set and read time of writing 2025-07-20 14:26:39 +02:00
notes.c see message 2025-07-21 13:48:26 +02:00
notes.h see message 2025-07-21 13:48:26 +02:00