Browse Source

Replace \t with \s{4}

master
Pekka Helenius 4 years ago
parent
commit
94b6e362a5
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      11_object-oriented_programming/1_PainonVartijat.md

+ 2
- 2
11_object-oriented_programming/1_PainonVartijat.md View File

@ -148,9 +148,9 @@ import java.util.*;
public class PainoSovellus {
public static String tiedostopolku = System.getProperty("user.dir");
public static String tiedostopolku = System.getProperty("user.dir");
public static String tiedosto = "painotcsv.txt";
private static int painoMin = 40;
private static int painoMax = 300;


Loading…
Cancel
Save