Commit 26e88688 authored by AhmadForoughi's avatar AhmadForoughi

Finished new Setting

parent 3a8ae898
#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