binarycalcPOG

This commit is contained in:
LinlyBoi
2021-11-18 21:12:50 +01:00
parent 63ba32bb3c
commit adbd43a481
2 changed files with 2 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ class Scratch
} }
clip.start(); clip.start();
scanner.close();
} }
} }

View File

@@ -13,7 +13,7 @@ class Scratch
String response = "pog"; String response = "pog";
clip.start(); clip.start();
scanner.next(); scanner.next();
} }
} }