Makes template files for various programming languages. Example:
#include <stdio.h>
int main() {
return 0;
}
Template for C.
C
Java
Javascript
HTML
and more to come!
- Clone the repository
git clone https://github.com/RealStoneSword/code-template-maker.git
cd code-template-maker
- Compile using gcc / g++
gcc main.c -o code-template-maker
3.Run
./code-template-maker.out
Enjoy!
Learn how to code guis and add guis
Add more languages (python, others)