From 49ac1fbfc0f56353ea6a19352818ec4ef5fff824 Mon Sep 17 00:00:00 2001 From: tomthomasvempala <54186859+tomthomasvempala@users.noreply.github.com> Date: Wed, 30 Oct 2019 17:13:23 +0530 Subject: [PATCH] added modulo --- addition | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 addition diff --git a/addition b/addition new file mode 100644 index 0000000..0266567 --- /dev/null +++ b/addition @@ -0,0 +1,5 @@ +int modulo(int a,int b) + { + + return a%b; + }