shithub: brokentoys

ref: 21d0ffbbf001fd209208e33503890ad6847105db
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);
}