Skip to content
Snippets Groups Projects
Commit 6f7b5d2f authored by namori3's avatar namori3
Browse files

Add sample c code!

parent 3755c061
No related branches found
No related tags found
No related merge requests found
#include <stdio.h>
int main(void) {
printf("Hello, World!\n");
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment