https://github.com/scarlet-oni/quicknotes
a program aimed at quickly creating notes in C
https://github.com/scarlet-oni/quicknotes
c code notes notes-tool
Last synced: about 1 month ago
JSON representation
a program aimed at quickly creating notes in C
- Host: GitHub
- URL: https://github.com/scarlet-oni/quicknotes
- Owner: scarlet-oni
- License: mit
- Created: 2024-12-30T09:35:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-30T09:45:35.000Z (about 1 year ago)
- Last Synced: 2025-02-12T06:59:29.848Z (about 1 year ago)
- Topics: c, code, notes, notes-tool
- Language: C
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
QuickNotes
console program in C programming language for adding, reading and deleting notes
launch:
```
./main.o "" ""
```
to view all scenarios of this program, you can simply run the executable file:
```
./main.o
```
download
```
git clone https://github.com/hellcard/QuickNotes.git
```