Help for this page

Select Code to Download


  1. or download this
    int main() {
        int x = 42;
    ...
        }
        return 0;
    }
    
  2. or download this
        if (x==42) {
            x++;
            int y = 99;
            ...
        }