Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- * Licensz rész stb (Komment, több soros)
- */
- package javaapplication1;
- // Újra komment (egysoros)
- public class JavaApplication1 {
- /**
- *
- */
- public static void main(String[] args) {
- // Bezárás kezelés
- //kód helye
- System.out.println("Ez az első java programom");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment