Skip to content

My solution to assignment sheet 7 of the Operating Systems Fall 2020 course.

Notifications You must be signed in to change notification settings

pmessan/number-oracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Number Oracle

My solution to assignment sheet 7 of the Operating Systems Fall 2020 course.

Please find the code in quiz.c

Requirements

My json parser uses the library json-c

It can be installed via either of the following commands (whichever is more applicable to your case)

sudo apt install -y libjson-c-dev for Debian/Ubuntu Linux users

or

brew install json-c for macOS users

Refer to this link for more detailed build instructions.

Compile the Code

The executable can be compiled with the following command:

gcc -Wall -o quiz -I/usr/local/include -L/usr/local/lib -ljson-c quiz.c

Run the Code

Simply do: ./quiz

Enjoy! ☺️

About

My solution to assignment sheet 7 of the Operating Systems Fall 2020 course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages