From 084706067b9f0524b2cd688647530c4cc389f8cd Mon Sep 17 00:00:00 2001 From: pshobha97 <36978736+pshobha97@users.noreply.github.com> Date: Thu, 19 Jul 2018 21:50:18 +0530 Subject: [PATCH] Create toolkitten.git --- https/github.com/pshobha97/toolkitten.git | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 https/github.com/pshobha97/toolkitten.git diff --git a/https/github.com/pshobha97/toolkitten.git b/https/github.com/pshobha97/toolkitten.git new file mode 100644 index 00000000..47bf407b --- /dev/null +++ b/https/github.com/pshobha97/toolkitten.git @@ -0,0 +1,5 @@ +int hour,days,hour_in_year; +hour=24; +day=365; +hour_in_year=hour*day; +print("hour in year is"+hour_in_year);