1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-20 12:53:55 +08:00
Files
CMake/Example/Hello/hello.cxx
2001-12-19 15:25:10 -05:00

8 lines
92 B
C++

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