summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index 5e34734..6b6be98 100644
--- a/main.c
+++ b/main.c
@@ -6,5 +6,6 @@
int main(void)
{
-
+ int i = 000;
+ printf("%i", i);
}