42sh/src/main.c

7 lines
67 B
C
Raw Normal View History

2026-01-07 17:38:54 +01:00
// all includes
int main(int argc, char **argv)
{
return 0;
}