Login or Sign Up WebLinux Linux live on the web!
Member Login
Not a member? Sign up now!
Rss Feed
Subscribe
Recent Posts
Oh the Insanity New Look I told you we weren't dead! Not Dead, Just Sleeping Compiled C live on the web Development Progress One Step Closer Adobe release 64 bit flash for Linux New site New Domain Its gonna be a while... Hello World! ALSA, runtime includes, and processes... 0.6.2 is released! Hurrying Slowly webLinux Blog - isnt it ugly
Darkroses blog
Hello World!
By: darkrose
Ok, just a quick entry this time. WebLinux is gradually becoming more and more like a proper Linux system, and nowhere is this more apparent than in programs written for it.

I thought I'd show it off with a simple Hello World:
	#include <libc>

	function main() {
		printf("Hello World");
		return 0;
	}


Looks more like C than JavaScript doesn't it?
There are no comments for this blog entry.