mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-05-25 22:14:28 +00:00
7 lines
69 B
C
7 lines
69 B
C
#include <stdio.h>
|
|
|
|
int main(int, char *[], char *[])
|
|
{
|
|
return 0;
|
|
}
|