summaryrefslogtreecommitdiff
path: root/tests/sources/0311_cmp_le2.c
blob: d88fb3b4ba68a82e7d1f50d1357b93bbe1f40c85 (plain) (blame)
1
2
3
int x = rand(10,20);
int y = rand(8,17);
if (x <= y) print(x,y);