Sample code test

This is hello world code snippet in C++

<code>#include &lt;iostream>

using namespace std;

int main() {
	cout &lt;&lt; "Hello cruel world" &lt;&lt; endl;
	return 0;
}</code>

About Brian Lavender

I like to program in C++, Java, and Pascal. I have an admiration for languages like Pascal, Ada, and Eiffel. I work a lot with GNU/Linux systems.
This entry was posted in Uncategorized. Bookmark the permalink.