changeset 4906:ea781989f68b

<oerjan> (echo \'#include <stdio.h>\'; echo \'int main () { printf("hm"); }\') >test.c
author HackBot
date Mon, 29 Sep 2014 06:59:33 +0000
parents 6f639e6045f3
children 0d9d513b1555
files test.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test.c	Mon Sep 29 06:58:41 2014 +0000
+++ b/test.c	Mon Sep 29 06:59:33 2014 +0000
@@ -1,2 +1,2 @@
-#include <stdio>
+#include <stdio.h>
 int main () { printf("hm"); }