/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package projekt1; /** * * @author opetaja */ public class Projekt1 { /** * @param args the command line arguments */ public static void main(String[] args) { for(int i=0; i<5; i++){ System.out.println("tere"); } } }