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

4
templates/Vala/main.vala Normal file
View File

@@ -0,0 +1,4 @@
public static int main(string[] args){
return 0;
}