redox/recipes/tests/hello-redox/files/test.cpp

7 lines
82 B
C++

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