Initial commit
This commit is contained in:
8
kapitel14/outerrtest.c
Normal file
8
kapitel14/outerrtest.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(void)
|
||||
{
|
||||
fprintf(stdout, "Text till stdout\n");
|
||||
fprintf(stderr, "Ett felmeddelande\n");
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user