ayushianan / sum-test

just testing git hub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#include<stdio.h> #include<conio.h>

int main() { int a,b; printf("enter two no.\n"); scanf("%d%d",&a,&b) printf("sum = %d",a+b); return 0; }

About

just testing git hub