shithub: brokentoys

ref: 51ac274721ac93459bc108b5315b66bb798d2abe
dir: /dprom.c/

View raw version
#include <u.h>
#include <libc.h>

void
main()
{
	if(0.00001 > 0) print("ok\n");
	else print("ko\n");
	exits(0);
}