changeset 4905:6f639e6045f3

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