diff --git a/submissions/2018/ankit/add.py b/submissions/2018/ankit/add.py new file mode 100644 index 00000000..49cdcdf1 --- /dev/null +++ b/submissions/2018/ankit/add.py @@ -0,0 +1,2 @@ +a,b=map(int,input().split()) +print(a+b) diff --git a/submissions/2018/ankit/hello.py b/submissions/2018/ankit/hello.py new file mode 100644 index 00000000..4a42cac9 --- /dev/null +++ b/submissions/2018/ankit/hello.py @@ -0,0 +1,2 @@ +print("hello world") + diff --git a/submissions/2018/ankit/mul.cpp b/submissions/2018/ankit/mul.cpp new file mode 100644 index 00000000..d201b821 --- /dev/null +++ b/submissions/2018/ankit/mul.cpp @@ -0,0 +1,7 @@ +#include +using namespace std; +int main() +{ + cout<<"hello world"<