mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-08-27 14:04:58 +00:00
Update userspace
This commit is contained in:
@@ -3,9 +3,7 @@
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
for (int i = 1; i < argc; i++)
|
||||
{
|
||||
printf("%s ", argv[i]);
|
||||
}
|
||||
printf("\n");
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user