darius90

1. Java

Dec 11th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.34 KB | None | 0 0
  1. /*
  2.  * Licensz rész stb (Komment, több soros)
  3.  */
  4. package javaapplication1;
  5.  
  6.  
  7. // Újra komment (egysoros)
  8.  
  9. public class JavaApplication1 {
  10.  
  11.     /**
  12.      *
  13.      */
  14.     public static void main(String[] args) {
  15.         // Bezárás kezelés
  16.         //kód helye
  17.         System.out.println("Ez az első java programom");
  18.     }
  19.    
  20. }
Advertisement
Add Comment
Please, Sign In to add comment