SAPIServer/speech2/testprog.cpp
Lily Tsuru cc59c0c6db Switch to clang-cl
It's less painful than mingw.
I'll next get the DLL going like this, though it'll be pretty easy.
2024-07-19 05:10:10 -04:00

7 lines
88 B
C++

#include <stdio.h>
int main() {
printf("Hello, C++20 on Windows XP~\n");
return 0;
}