shithub: brokentoys

ref: 317cb407d207055980e3b700e5dc5a5178b0672b
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);
}