comment example

PHOTO EMBED

Fri Sep 23 2022 20:28:28 GMT+0000 (Coordinated Universal Time)

Saved by @testpro #java

class Main {

//Comment example

   public static void main (String[] args) {

      System.out.println (2+2);
    }
}
content_copyCOPY