I'm reading Learning C++ and I got some codes from there to try out, but they won't work on the Visual Studio 2015 platform. Is this code right? What am I doing wrong? Please help out.
#include <iostream>
using namespace std;
main int()
{
cout << "Programming is great fun!"'
return 0
}