#include <iostream>using namespace std; int main() { int hl = 1 + 2; printf("Half-Life %d confirmed!", hl); return false;}
Standard input is empty
Half-Life 3 confirmed!
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!