/*
 * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
 * Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Main.java to edit this template
 */
package konsolowa;

/**
 *
 * @author mateo
 */
public class Konsolowa {

    /**
     * @param args the command line arguments
     */
    public static void main(String[] args) {
        // TODO code application logic here
        Notatka notatka1 = new Notatka("Cwel i szmata", "Byl sobie cwel ze szmata i chuj");
        Notatka notatka2 = new Notatka("Tomcio paluch", "Tomcio paluch wyjal flaszke i zaczal pic ze swoim synek");
        
        notatka1.pokazTytuliTresc();
        notatka2.pokazTytuliTresc();
        notatka2.wyswietlDaneDiagnostyczne();
    }
    
}
