File: hello.cc

package info (click to toggle)
bochs 1.4pre2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 7,656 kB
  • ctags: 10,322
  • sloc: cpp: 66,880; ansic: 19,674; sh: 2,951; makefile: 2,183; asm: 2,110; yacc: 723; lex: 171; csh: 147; perl: 35
file content (12 lines) | stat: -rw-r--r-- 143 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * $Id: hello.cc,v 1.2 2001/10/03 13:10:38 bdenney Exp $
 */

#include <stdio.h>

  int
main()
{
  printf("hello world.\n");
  return(0);
}