Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 560 Bytes

File metadata and controls

13 lines (9 loc) · 560 Bytes

Quiz Simulator(Console Application)

Description

A simple test simulator in C.

How to use

- Fork/Clone Repository
- Run quiz.exe

Command

if you want to make compile yourself use: gcc quiz.c marker.c validator.c -o quiz(any name you want to give it)