aboutsummaryrefslogtreecommitdiffstats
path: root/src/run.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/run.c')
-rw-r--r--src/run.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/run.c b/src/run.c
deleted file mode 100644
index 3719d6f..0000000
--- a/src/run.c
+++ /dev/null
@@ -1,8 +0,0 @@
1
2
3int main(int argc, char** argv)
4{
5 int i;
6 for (i = 0; i < 500000000; i++);
7 return 0;
8}