pisze

 avatar
unknown
java
4 years ago
405 B
4
Indexable
public class Main //Run -> SHIFT + F10
        //CTRL + ALT + L -> Formatuj kod
{
    //psvm
    public static void main(String[] args) {
        //sout
        System.out.println("Hello World");

//        for (int i = 0; i < 3; i++)
//        {
//            System.out.println(i);
//        }

        while(1<3) 
        {
            System.out.println("Hello");
        }
    }
}
Editor is loading...