Sascha Vogt

maybebuggy.de

Software developer who cares for clean code

1-Minute Read

Hello everybody,

I thought a good article to start with would be the developers evergreen, Hello World ;) This one is from Java, as you might already have recognized.

public class Main
{
   public static void main(String[] args)
    {
        System.out.println("Hello World!");
    }
}

So to explain a little further, what this blog is about: I intend to post stuff about little projects I work on. So what stuff will that be? To be honest, I don’t know. I have a few things in mind, but I have not decided what should go first. At least I can reveal that it’ll be around Java and maybe related to Eclipse. But we’ll see…

So long,
sascha

Recent Posts

Categories