Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Kare Nuorteva

Kare Nuorteva

Kare Nuorteva has asked 0 questions and find answers to 1 problems.

Stats

31
EtPoint
11
Vote count
0
questions
1
answers

About

#include <u.h>
#include <libc.h>

void
main(void)
{
    print("Hello, world!\n");
    exits(0);
}