extrawurst's blog

Hello World

• general and dlang

So this is my new blog driven by github-pages.

void main(){
	import std.stdio:writeln;
	writeln("hello world");
}
comments powered by Disqus