Skip to main content
Till KTH:s startsida Till KTH:s startsida

Ahmet Uyar

Profile picture of Ahmet Uyar

About me

public class HelloWorld {

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

}
Profile picture of Ahmet Uyar