From 36025a4d73377d92752749f1f9a47513ab054c8b Mon Sep 17 00:00:00 2001 From: Siaaaaaaa <73753702+Siaaaaaaa@users.noreply.github.com> Date: Sat, 31 Oct 2020 10:33:30 -0700 Subject: [PATCH] Create second --- second | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 second diff --git a/second b/second new file mode 100644 index 0000000..ea63ed3 --- /dev/null +++ b/second @@ -0,0 +1,7 @@ +#include +void main() +{ +int a=10,b=5,c; +c=a+b; +printf("%d",c); +}