PGCC_PRC8/_module/nss/always_false.nss

10 lines
99 B
Plaintext
Raw Permalink Normal View History

2024-10-09 14:17:22 -04:00
int StartingConditional()
{
if (2 < 1)
return TRUE;
else
return FALSE;
}