diff --git a/GIT_fork b/GIT_fork new file mode 100644 index 0000000..587d041 --- /dev/null +++ b/GIT_fork @@ -0,0 +1,5 @@ +addition of two numbers +a=10; +b=20; +c= a+b; +sysout(c)