User:Mkalte666: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{ | |||
#include <iostream> | #include <iostream> | ||
#define AGE 14 | #define AGE 14 | ||
Line 7: | Line 7: | ||
return NULL; | return NULL; | ||
} | } | ||
} |
Revision as of 10:08, 10 September 2012
{
- include <iostream>
- define AGE 14
int main() {
std::cout << AGE << endl; return NULL;
} }