Update template with latest tools; Add install batch file for easy usage with VSCode addon

This commit is contained in:
2023-04-22 15:45:07 +02:00
parent 5a137ce644
commit 6a4c9c5e17
8 changed files with 56 additions and 28 deletions

View File

@@ -1,3 +1,5 @@
int main() {
return 0;
#include <stdio.h>
void main() {
printf("Hello Planschbecken!\n");
}