DD2-monitor/storage/t.c

8 строки
103 B
C

#include <stdio.h>
int main(int argc, char *argv[])
{
fprintf(stderr, "storage tool\n");
return 0;
}