diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-06-21 01:26:48 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-06-21 01:26:48 +0300 |
| commit | 8e4a57e034d98777fc58ff90c542c96f18f0e575 (patch) | |
| tree | 033d8d8a788c43a95ce6cece39ecd971ede9577b /main.c | |
| download | wafflestone-8e4a57e034d98777fc58ff90c542c96f18f0e575.tar.xz | |
Initial commit
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#include <stdio.h> + +int main(void) { + fprintf(stderr, "Not yet implemented\n"); +} |
