diff options
Diffstat (limited to 'tests/hello_world_error.c')
-rw-r--r-- | tests/hello_world_error.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/hello_world_error.c b/tests/hello_world_error.c new file mode 100644 index 00000000..c76b5baf --- /dev/null +++ b/tests/hello_world_error.c @@ -0,0 +1,8 @@ +#in clu de <st dio.h> + +int main() { + cheez burger + printf("hello, world!\n"); + return 1; +} + |