Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
AutoExportDll
/
world.cxx
blob: 3a54df315bcc955c27745917c89f704788a6f86e [
file
]
#include
"stdio.h"
void
world
()
{
printf
(
"world"
);
}