This commit is contained in:
Thomas 2023-07-26 22:47:10 +02:00
parent 7abc600076
commit eac58e599a
5 changed files with 67 additions and 0 deletions

4
main.c Normal file
View file

@ -0,0 +1,4 @@
int main() {
return 0;
}