--- a/progs/C4.c Fri Oct 10 12:17:49 2014 +0100
+++ b/progs/C4.c Fri Oct 10 12:38:48 2014 +0100
@@ -4,10 +4,8 @@
// a program that "just" prints the argument
// on the command line
-
int main(int argc, char **argv)
{
char *string = "This is a secret string\n";
-
printf(argv[1]);
}