Commit e514d0b2 authored by AhmadForoughi's avatar AhmadForoughi

Add main function to Main File

parent ab7e024e
#include <stdio.h>
int main()
{
printf("Hello World!");
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