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
- Host: GitHub
- URL: https://github.com/thesayfulla/c-quiz-app
- Owner: thesayfulla
- Created: 2020-03-01T10:02:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T09:35:11.000Z (over 2 years ago)
- Last Synced: 2025-01-25T22:36:49.454Z (over 1 year ago)
- Topics: c, cprogramming-language, test
- Language: C
- Homepage:
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C Quiz App
Mini Test application with C Programming Language
### Setup:
```sh
$ gcc run.c -o run
$ ./run
```