This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "title": "Batman", | |
| "description": "Betmen Gothem cityben adót csal", | |
| "year": 2008 | |
| }, | |
| { | |
| "title": "Batman visszatér", | |
| "description": "Betmen visszajön Gothembe és szétboxol pár rosszfiút", | |
| "year": 2011 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import java.util.Set; | |
| import java.util.HashSet; | |
| import java.util.List; | |
| import java.io.Console; | |
| import java.util.ArrayList; | |
| import java.util.EmptyStackException; | |
| public class Lzw { | |
| public static void main(String[] args) { | |
| if(args.length == 0) throw new Error("Pass the message as a paramter!"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| /* | |
| JEGYZETEK | |
| A fordítás fájlról fájlra történik, nem egybe önt mindent. | |
| A # jelzésű dolgok azok cask makrók. (pl. include) | |
| %d – egesz szam | |
| %f – tort szam |