mirror of
https://github.com/Kitware/CMake.git
synced 2025-06-17 09:22:06 +08:00
8 lines
92 B
C++
8 lines
92 B
C++
#include "hello.h"
|
|
#include <stdio.h>
|
|
|
|
void Hello::Print()
|
|
{
|
|
printf("Hello, World!\n");
|
|
}
|