blob: 07edbe8de424ce05057438a135ee184dc1bef88e [file] [log] [blame]
#include <stdio.h>
int main() {
int x = 5;
if (x > 3) {
printf("*yes*\n");
}
return 0;
}