Subversion Repositories HelenOS

Rev

Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2071 Rev 2089
Line 47... Line 47...
47
 
47
 
48
int main(int argc, char *argv[])
48
int main(int argc, char *argv[])
49
{
49
{
50
    version_print();
50
    version_print();
51
 
51
 
52
    printf("Hello\nThis is Init\n");
52
    printf("This is init\n");
53
   
53
   
54
    test_console();
54
    test_console();
55
 
55
 
56
    printf("\nBye.\n");
56
    printf("\nBye.\n");
57
 
57