/keycode

A program in C which can help you practice coding

Primary LanguageCGNU General Public License v3.0GPL-3.0

keycode

A program in C that can help you to practice coding 😎

What we built

We've buit a C program which replicates an enivironment similar to popular online code practising websites like Hackerrank and Code Chef. Just like these websites, this program provides basic functionalities like compiling your code, code submission, leaderboard, experience level batches, keeping track of number of questions solved. The programs makes fairly extensive use of files and system commands.

Why was it built

This project was made as part of the end of the semester project submission for IT 161. 😅

Our Team consisted of three members 😎

How to use

Just clone this repository using git clone https://github.com/ashutoshsingh05/keycode.git

Change directory using cd keycode

Make sure that all the files are in the same directory and execute the command below

gcc keycode.c -o keycode.out && ./keycode.out

Screenshots

KeyCode: screenshot

Credits

Liked the project? Don't forget to give us a ⭐