rubyx/test/bench/null.c
2015-11-20 19:12:13 +02:00

7 lines
50 B
C

#include<stdio.h>
int main(void)
{
return 1;
}