This commit is contained in:
nora 2023-10-01 11:36:30 +02:00
parent 613482b8c4
commit 9d74d9120c
2 changed files with 3 additions and 8 deletions

4
.gitignore vendored
View file

@ -1,4 +1,6 @@
/target
/example-user/target
/tests/target
/.vscode
/.vscode
a.out
/*.c

View file

@ -1,7 +0,0 @@
#include<stdio.h>
int main(int argc, char *argv[]) {
int result = printf("Hello, world!\n");
if (result != 15) {
return 1;
}
}