An open API service indexing awesome lists of open source software.

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

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
```