shithub: brokentoys

ref: 9a7852993c538212d5e14aa34c49ba7d990aca76
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);
}