micro-utils/shell/sh.c

7 lines
70 B
C
Raw Permalink Normal View History

2023-10-31 12:53:32 +03:00
#include <stdio.h>
#include <stdlib.h>
2023-10-29 19:32:48 +03:00
int main(void) {
return 0;
}