Subversion Repositories Kolibri OS

Rev

Rev 8182 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main()
  6. {
  7.         cout << "Hello, KolibriOS!\n";
  8.         return 0;
  9. }
  10.