#include <iostream> int main(int argc, char const *argv[]) { std::cout << "Hello from the Simulator" << std::endl; return 0; }