forked from KolibriOS/kolibrios
10 lines
102 B
C++
Executable File
10 lines
102 B
C++
Executable File
#include <iostream>
|
|
|
|
using namespace std;
|
|
|
|
int main()
|
|
{
|
|
cout << "Hello, KolibriOS!\n";
|
|
return 0;
|
|
}
|