andrewtchin.com

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • Code
  • Contact

Tag Archives: cpp

Hello world!

Posted on 2011/12/24 by admin
Reply
1
2
3
4
5
6
7
#include <iostream>
 
int main()
{
    std::cout << "Hello world!";
    return 0;
}

Download hello.cpp

Posted in code | Tagged c++, cpp, ENGR112 | Leave a reply

Recent Posts

  • Hello world!

Categories

  • code

Tags

c++ cpp ENGR112

Meta

  • Register
  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org
Proudly powered by WordPress