Files
ndn_ffmpeg_rtc/main.cpp
T
SunnyQjm 89a2e612ff update
2019-11-17 19:14:02 +08:00

6 lines
96 B
C++

#include <iostream>
int main() {
std::cout << "Hello, World!" << std::endl;
return 0;
}