mirror of
https://github.com/SunnyQjm/ndn_ffmpeg_rtc.git
synced 2026-06-15 14:04:54 +08:00
6 lines
96 B
C++
6 lines
96 B
C++
#include <iostream>
|
|
|
|
int main() {
|
|
std::cout << "Hello, World!" << std::endl;
|
|
return 0;
|
|
} |