Hello World


SUBMITTED BY: Guest

DATE: Aug. 21, 2013, 7:08 a.m.

FORMAT: C++

SIZE: 97 Bytes

HITS: 857

  1. #include <iostream>
  2. int main()
  3. {
  4. std::cout << "Hallo Welt!" << std::endl;
  5. }

comments powered by Disqus