higlight
-
#include <cstdlib>
#include <iostream> // cout
using std::cout;int main(int argc, char * argv[])
{
if (argc > 1) // a line comment
cout << "hallo\n.";
/*
* multy line comment
*/
system("pause");
return 0;
} -
#include <cstdlib>
#include <iostream> // cout
using std::cout;int main(int argc, char * argv[])
{
if (argc > 1) // a line comment
cout << "hallo\n.";
/*
* multy line comment
*/
system("pause");
return 0;
} -
#include <cstdlib>
#include <iostream> // cout
using std::cout;int main(int argc, char * argv[])
{
if (argc > 1) // a line comment
cout << "hallo\n.";
/*
* multy line comment
*/
system("pause");
return 0;
}>10 PRINT "HALLO" >20 RET >RUN ;) "...putting all your eggs in one basket along with your bowling ball and gym clothes only gets you scrambled eggs and an extra laundry day... " - Jeffry J. Brickley
-
#include <cstdlib>
#include <iostream> // cout
using std::cout;int main(int argc, char * argv[])
{
if (argc > 1) // a line comment
cout << "hallo\n.";
/*
* multy line comment
*/
system("pause");
return 0;
}