/*
*
* print 'nitrous' by nitrous xD
*
*/
char nitrous[]=
"\xeb\x11\x59\xb0\x04\x31\xdb\x89"
"\xda\xfe\xc3\xb2\x07\xcd\x80\x86"
"\xc3\xcd\x80\xe8\xea\xff\xff\xff"
"\x6e\x69\x74\x72\x6f\x75\x73";

main()
{
	__asm__("call nitrous");
}
