package Pierwszy; public class Tekst { public static void main(String[] args) { System.out.print("Dzien dobry!"); } }