mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00:00
8 lines
92 B
C++
8 lines
92 B
C++
#include "hello.h"
|
|
#include <stdio.h>
|
|
|
|
void Hello::Print()
|
|
{
|
|
printf("Hello, World!\n");
|
|
}
|