sourcehut
Log in
—
Register
~rcr
/
rirc
summary
tree
log
refs
ref:
3edc5a832c66e6515c1317148d3be6da3e45700e
rirc
/
test
/io.c
-rw-r--r--
62 bytes
View
Log
Blame
View raw
3edc5a83
— Richard Robbins fix scripts, add compile flags to make output
11 months ago
1
2
3
4
5
6
7
#include
<stdlib.h>
int
main
(
void
)
{
return
EXIT_SUCCESS
;
}