Untitled

 avatar
unknown
plain_text
4 years ago
324 B
7
Indexable
public class Main {
    //psvm
    public static void main(String[] args) {
        //sout
//        System.out.println("hello");

        for (int i = 0; i < 3; i++) {
            System.out.println("coś");

        }

    }
// ctrl alt L ----> formatuj kod
// ctrl + / ----> zakomentuj
// ctrl + shift + f10
Editor is loading...