aboutsummaryrefslogtreecommitdiffstats
path: root/run.c
diff options
context:
space:
mode:
Diffstat (limited to 'run.c')
-rw-r--r--run.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/run.c b/run.c
new file mode 100644
index 0000000..b823efb
--- /dev/null
+++ b/run.c
@@ -0,0 +1,7 @@
1
2
3int main(int argc, char** argv)
4{
5 while (1);
6 return 0;
7}