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

https://github.com/thesayfulla/c-quiz-app

Mini Test application with C Programming Language
https://github.com/thesayfulla/c-quiz-app

c cprogramming-language test

Last synced: over 1 year ago
JSON representation

Mini Test application with C Programming Language

Awesome Lists containing this project

README

          

# C Quiz App
Mini Test application with C Programming Language

### Setup:
```sh
$ gcc run.c -o run
$ ./run
```