Subversion Repositories HelenOS-historic

Rev

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

Rev 504 Rev 656
Line 30... Line 30...
30
#include <stdio.h>
30
#include <stdio.h>
31
 
31
 
32
int main(int argc, char *argv[])
32
int main(int argc, char *argv[])
33
{
33
{
34
    puts("Hello world\n");
34
    puts("Hello world\n");
-
 
35
    while (1) ;
35
    return 0;
36
    return 0;
36
}
37
}