Skip to content

Makes template files for various programming languages.

Notifications You must be signed in to change notification settings

stonesword0/code-template-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages