8 lines
71 B
C
Raw Normal View History

2017-04-14 19:02:05 +02:00
#include <rhash.h>
int main()
{
rhash_library_init();
return 0;
}