This website works better with JavaScript
Home
Explore
Help
Register
Sign In
hhu67
/
my
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
a4c4848524
Branches
Tags
main
my
/
c
/
l1.c
l1.c
71 B
History
Raw
1
2
3
4
5
#include <stdio.h>
int main() {
printf("hello\n");
return 0;
}