Initial commit and implement data input

This commit is contained in:
Siphalor
2019-12-20 18:40:02 +01:00
commit 23b7246215
8 changed files with 789 additions and 0 deletions

3
build.bat Normal file
View File

@@ -0,0 +1,3 @@
@echo off
gcc -Wall -g -std=c99 %1.c -o %1.exe
@echo on