Cradicle Explorer
C
Info
Issues
Patches
Wallets
Source
Source
hello
hello.c
/
hello.c
hello.c
1
#include <stdio.h>
2
3
int main(void){
4
printf("hello, world\n");
5
}