8 lines
92 B
C++
8 lines
92 B
C++
|
#include "hello.h"
|
||
|
#include <stdio.h>
|
||
|
|
||
|
void Hello::Print()
|
||
|
{
|
||
|
printf("Hello, World!\n");
|
||
|
}
|