uploading template files

This commit is contained in:
Rick van Lieshout
2018-02-12 14:47:28 +01:00
parent 995b47f324
commit 714bd6d962
30 changed files with 305 additions and 0 deletions

10
templates/Pascal/main.pas Normal file
View File

@@ -0,0 +1,10 @@
program untitled;
uses crt;
var i : byte;
BEGIN
END.