https://colab.research.google.com/drive/1yYp77nAn1tFSmehgtLeKcGgx72YNH2Nq
Source Code:
%%writefile test.cpp
#include <iostream>
#define happy using namespace std;
#define neww int main(int Argc,char* Args[]){
#define year cout <<"Happy new year, everybody!" <<endl;
#define everybody }
happy
neww
year
everybody
//EOF
Result:
Happy new year, everybody!
No comments:
Post a Comment