A program in C that can help you to practice coding 😎
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.
This project was made as part of the end of the semester project submission for IT 161. 😅
Our Team consisted of three members 😎
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
- For the awesome idea and making an impressive UI: Darshan Patel
- Coding and logic development: Ashutosh Singh
- Provided sample Q & A with solutions: Harsh Kakani
Liked the project? Don't forget to give us a ⭐