CiccioTecchio / RandomQuestion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RandomQuestion

I use this script to prepare for the exams. Given a file with questions like domande_bd.txt, the .txt file must have a question for each line.
This script prints the questions in the file on the screen

How to run

Compile question.c with

gcc question.c

Run a.out

./a.out <name of file whit question>

About

License:MIT License


Languages

Language:C 100.0%