summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/05/main.c b/05/main.c
index 45c13e0..57a619e 100644
--- a/05/main.c
+++ b/05/main.c
@@ -1,18 +1,4 @@
-static char x = -2;
-
-typedef struct {
- int x;
- char y;
- long z;
- long q;
-} Structure;
-
-Structure a = {1,2,3,-4};
long main(int argc, char **argv) {
- Structure a = {1,2,3,4};
- int x = 100;
- a;a;a;a;a;
- x = x + x, x = x + 2;
- return x;
+ return ((float)1 / (float)3) * (float)3;
}