top of page
Puzzle of the Month
Every month we post a puzzle for you to solve. Get your name on the Leaderboard by solving the puzzle before the others :)
Code Golf
Code golf is a type of recreational computer programming competition in which participants strive to achieve the shortest possible source code that implements a certain algorithm.

Question
#include <iostream>
​
using namespace std;
int main(){
if (4 & 8){
cout<<" It is a bright day";
} else{
cout<<"Try again!";
}
return 0;
bottom of page
.png)