hello.cxx 92 B

1234567
  1. #include "hello.h"
  2. #include <stdio.h>
  3. void Hello::Print()
  4. {
  5. printf("Hello, World!\n");
  6. }