progs/C4.c
changeset 233 5a5729358afc
parent 220 74772c30e0f4
--- 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]);
 }