mirror of
https://github.com/Noratrieb/libuwuc.git
synced 2026-01-14 19:55:07 +01:00
tests
This commit is contained in:
parent
ae189e8b18
commit
043c960708
15 changed files with 206 additions and 23 deletions
8
tests/c/simple_printf.c
Normal file
8
tests/c/simple_printf.c
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#include<stdio.h>
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
int result = printf("Hello, world!\n");
|
||||
if (result != 14) {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue