class SkrivArgumenter { public static void main (String[] args) { if (args.length == 0) { System.out.println("Ingen argumenter"); } for (int i=0; i