Hello World in C


SUBMITTED BY: Guest

DATE: Feb. 25, 2013, 3:20 a.m.

FORMAT: C++

SIZE: 90 Bytes

HITS: 1317

  1. #include <stdio.h>
  2. int main() {
  3. printf("Hello World!\n");
  4. return 0;
  5. }

comments powered by Disqus