index
:
ouroboros
be
master
testing
Ouroboros main repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
irm
/
main.c
blob: 6388427f425d21567d08466fe13f8f0d3a91c977 (
plain
)
1
2
3
4
5
6
7
8
#include <stdio.h>
int
main
()
{
printf
(
"Test of the IRM
\n
"
);
return
0
;
}