aboutsummaryrefslogtreecommitdiffstats
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/test.c b/test.c
deleted file mode 100644
index 4bfc9da..0000000
--- a/test.c
+++ /dev/null
@@ -1,10 +0,0 @@
-int main()
-{
- int x[4][3] = {
- { 1, 2 },
- { 3, 4, 5},
- { 6, 7, 8 }
- };
-
- return x[2][1];
-}