Skip to content
Snippets Groups Projects
Commit f3525c2d authored by yufanzhang's avatar yufanzhang
Browse files

Created test.c with main()

parent 96ad44c8
Branches
No related tags found
No related merge requests found
test.c 0 → 100644
#include <stdio.h>
int main()
{
printf("Hello, World!");
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment