Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghostface-cybersecurity/quicknotes
a program aimed at quickly creating notes in C
https://github.com/ghostface-cybersecurity/quicknotes
c code notes notes-tool
Last synced: 2 days ago
JSON representation
a program aimed at quickly creating notes in C
- Host: GitHub
- URL: https://github.com/ghostface-cybersecurity/quicknotes
- Owner: ghostface-cybersecurity
- License: mit
- Created: 2024-12-30T09:35:24.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-30T09:45:35.000Z (about 1 month ago)
- Last Synced: 2025-01-24T10:39:02.302Z (17 days 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
```