Rivoreo Source Code Repositories
src.rivoreo.one
/
net
/
facil.io
/
ab7f8fefcc3c2b75efc5d47a68ddeca1bafbb0e4
/
.
/
lib
/
tryme.c
blob: d31fbf56d184e19d9e3e47800fcbde0b483de246 [
file
] [
log
] [
blame
] [
raw
]
/////////////////////////////
// paste your favorite example code here, and run:
//
// $ make run
//
// The *.o files are the binary saved in the tmp folder.
#include
<stdio.h>
int
main
(
int
argc
,
char
const
*
argv
[])
{
printf
(
"Hi!\n"
);
return
0
;
}