Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

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)

About

Makes template files for various programming languages.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages