Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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