Subversion Repositories Kolibri OS

Rev

Rev 6071 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. #include <stdio.h>
  2.  
  3. int main() {
  4.         printf("Hello, world!\n");
  5.         return 0;
  6. }
  7.