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

2
.gitignore vendored
View file

@ -2,3 +2,5 @@
/example-user/target
/tests/target
/.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;
}
}