Hoppa till huvudinnehållet
Till KTH:s startsida Till KTH:s startsida

Ahmet Uyar

Profilbild av Ahmet Uyar

Om mig

public class HelloWorld {

    public static void main(String[] args) {
        // Prints "Hello, World" to the terminal window.
        System.out.println("Hello, World");
    }

}
Profilbild av Ahmet Uyar