Hİ Website :D

Off topicOther → Hİ Website :D

Hiiiiii!!

how ya doin'?

System.out.println("sup");
<script> console.log("hello") </script>

Well I have to mock my Favorite Language here:

Java:

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

Python:

print "Hello world"
I never understood why noone puts the first { in a new line :/ It makes it so unreadable for me
I’m used to doing it like that so… Old habit ;D