7 lines
103 B
C
Raw Normal View History

#include "remo.h"
int main() {
remo_print();
printf("<%s>", remo_get("zany"));
return 0;
}