Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
akkartik
/
basic-build
Watch
3
Star
4
Fork
1
Files
Issues
0
Pull Requests
0
Tree:
749ae780a8
Branches
Tags
main
master
basic-build
/
x.c
x.c
80 B
History
Raw
1
2
3
4
5
6
7
#include <stdio.h>
int main(void) {
printf("hello, world!\n");
return 0;
}