programs/C4.c
changeset 198 2ce98ee39990
parent 197 9c968d0de9a0
child 199 20af800ce736
--- 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<stdio.h>
-#include<string.h>
-
-// 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]);
-}