Browse Source

now with 10% less typos (probably)

master
vala 4 years ago
parent
commit
7d60e8260d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      advent-of-code/01/FuelFinder.java

+ 1
- 1
advent-of-code/01/FuelFinder.java View File

@@ -1,5 +1,5 @@
import java.io.File;
import java.io.FileNotFoundExeption;
import java.io.FileNotFoundException;
import java.util.Scanner;

public class FuelFinder{


Loading…
Cancel
Save