gpu-screen-recorder/tests/main.cpp

8 lines
101 B
C++
Raw Normal View History

2020-01-08 12:34:55 +00:00
#include <stdio.h>
int main(int argc, char **argv)
{
printf("hello, world!\n");
return 0;
}