Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 8180 → Rev 8181

/contrib/sdk/samples/cpp_hello/hello.cpp
0,0 → 1,9
#include <iostream>
 
using namespace std;
 
int main()
{
cout << "Hello, KolibriOS!\n";
return 0;
}
Property changes:
Added: svn:executable
+*
\ No newline at end of property