Skip to content
Snippets Groups Projects
Commit a6b460aa authored by Julien Lamy's avatar Julien Lamy
Browse files

Add hello.c

parent f312f82a
No related merge requests found
#include <stdio.h>
int main(void)
{
printf("Hello\n");
return 0;
}
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