Hello World


SUBMITTED BY: Guest

DATE: Dec. 11, 2013, 7:58 p.m.

FORMAT: C++

SIZE: 129 Bytes

HITS: 767

  1. #include <stdio.h>
  2. int main(int argc, const char *argv[])
  3. {
  4. printf("Hello World!\n");
  5. return 0;
  6. }

comments powered by Disqus