burst-sender/main.cpp

6 lines
83 B
C++

#include <iostream>
int main(int, char**) {
std::cout << "Hello, world!\n";
}