mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
10 lines
107 B
C++
10 lines
107 B
C++
#include <zot.hxx>
|
|
#include <stdio.h>
|
|
|
|
int main()
|
|
{
|
|
printf("%s\n", zot);
|
|
fflush(stdout);
|
|
return 0;
|
|
}
|