From 896e4859333c6be801391ae9bbeec425f6e32f86 Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 7 May 2021 10:37:28 +0530 Subject: add prog 12: function definition --- 12/input | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 12/input (limited to '12/input') diff --git a/12/input b/12/input new file mode 100644 index 0000000..fa64ab2 --- /dev/null +++ b/12/input @@ -0,0 +1,6 @@ +int main(int a, int b, int c) { + if (a > b) { + for(;;); + a++; + } +} -- cgit v1.2.3