File: hello.cxx

package info (click to toggle)
cmake 2.0.5-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 9,996 kB
  • ctags: 6,865
  • sloc: cpp: 48,042; ansic: 27,766; sh: 1,481; lex: 438; lisp: 118; makefile: 83; perl: 60; tcl: 55; php: 25; python: 25; ruby: 22
file content (7 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
#include "hello.h"
#include <stdio.h>

void Hello::Print()
{
  printf("Hello, World!\n");
}