8 lines
101 B
C
8 lines
101 B
C
|
#define LIBRG_IMPL
|
||
|
#include "librg.h"
|
||
|
|
||
|
int main(void) {
|
||
|
printf("hello world\n");
|
||
|
return 0;
|
||
|
}
|