rubyx/test/bench/null.c

7 lines
50 B
C
Raw Normal View History

2015-11-20 18:12:13 +01:00
#include<stdio.h>
int main(void)
{
return 1;
}