1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-06-17 09:22:06 +08:00
CMake/Example/Hello/hello.cxx

8 lines
92 B
C++

#include "hello.h"
#include <stdio.h>
void Hello::Print()
{
printf("Hello, World!\n");
}