1 2 3 4 5 6 7 8
#include <stdio.h> int main() { int x = 5; if (x > 3) { printf("*yes*\n"); } return 0; }