From da1764a9f839e1d29b2bee12d35534f71f05c6ff Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 30 Apr 2021 22:25:19 +0530 Subject: law & order --- 05/input | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 05/input (limited to '05/input') diff --git a/05/input b/05/input new file mode 100644 index 0000000..8be510e --- /dev/null +++ b/05/input @@ -0,0 +1,5 @@ +int main() { + int one, two, three; + three = two + one; + printf(three); +} -- cgit v1.2.3