diff -r 9c968d0de9a0 -r 2ce98ee39990 programs/C4.c --- a/programs/C4.c Sat Oct 04 12:46:04 2014 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -#include -#include - -// a program that just prints the argument -// on the command line -// -// try and run it with %s - - -main(int argc, char **argv) -{ - char *string = "This is a secret string\n"; - - printf(argv[1]); -}