Skip to content
Snippets Groups Projects
Commit 3f474de4 authored by h2-addad's avatar h2-addad
Browse files

Update

parent a782882a
No related branches found
No related tags found
No related merge requests found
#include <stdio.h>
#include <syscall.h>
int
main (int argc, char **argv)
{
int i;
for (i = 0; i < argc; i++)
printf ("%s ", argv[i]);
printf ("\n");
return EXIT_SUCCESS;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment