This website works better with JavaScript
Home
Explore
Help
Sign In
repos
/
channel
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
1a774ae3e5
Branches
Tags
main
channel
/
c-write
/
main.c
main.c
55 B
History
Raw
1
2
3
4
5
#include <stdio.h>
int main() {
printf("Hi\n");
}