Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 601 Bytes

File metadata and controls

46 lines (33 loc) · 601 Bytes

code-template-maker

Makes template files for various programming languages. Example:

#include <stdio.h>

int main() {
   
   
   return 0;
}

Template for C.

Currently suppourted languages:

C

Java

Javascript

HTML

and more to come!

Build Instructions

  1. Clone the repository
git clone https://github.com/RealStoneSword/code-template-maker.git
cd code-template-maker
  1. Compile using gcc / g++
gcc main.c -o code-template-maker

3.Run

./code-template-maker.out

Enjoy!

To-Do List

Learn how to code guis and add guis

Add more languages (python, others)