Happy New Year 2016!!!

I wish everyone and myself a Happy New Year 2016!!! I pray to God and to my Guru that all our New year resolutions come true. May we be Happy always!!!

#include <iostream>

int main()

{

std::cout << “Hello, World!\n”;
std::cout << “Happy New Year 2016!”;
std::cout <<“May the Force be with us all!\n”;
return 0;

}