mirror of
https://github.com/Noratrieb/libuwuc.git
synced 2026-01-14 11:45:05 +01:00
clean
This commit is contained in:
parent
613482b8c4
commit
9d74d9120c
2 changed files with 3 additions and 8 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,4 +1,6 @@
|
|||
/target
|
||||
/example-user/target
|
||||
/tests/target
|
||||
/.vscode
|
||||
/.vscode
|
||||
a.out
|
||||
/*.c
|
||||
7
hello.c
7
hello.c
|
|
@ -1,7 +0,0 @@
|
|||
#include<stdio.h>
|
||||
int main(int argc, char *argv[]) {
|
||||
int result = printf("Hello, world!\n");
|
||||
if (result != 15) {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue