diff --git a/Lahendus1.java b/Lahendus1.java deleted file mode 100644 index 39368d6..0000000 --- a/Lahendus1.java +++ /dev/null @@ -1,13 +0,0 @@ -public class Lahendus1{ - public static void trykiA(){ - System.out.println(" * "); - System.out.println(" * * "); - System.out.println("* *"); - System.out.println("*****"); - System.out.println("* *"); - } - public static void main(String[] args){ - trykiA(); - trykiA(); - } -} \ No newline at end of file