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: 3 months ago
JSON representation
a program aimed at quickly creating notes in C
- Host: GitHub
- URL: https://github.com/scarlet-oni/QuickNotes
- Owner: ghostface-cybersecurity
- 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-01-24T10:39:02.302Z (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
```