Commit 60e86dab authored by AhmadForoughi's avatar AhmadForoughi

Merge branch 'Ahmad'

Merge Ahmad into Master
parents e514d0b2 26e88688
#include <stdio.h>
int main()
{
int a = 5;
int b = 10;
printf("%d",a+b);
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment