Fixing Noah's project package and removing Words.json from the cache

This commit is contained in:
2025-07-12 21:16:13 -04:00
parent bce2bf234e
commit ba5b14c05a
11 changed files with 27 additions and 3382 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
package tools.profanityFilter.src;
package generators;
public class ExceptionGenerator {
public static void main(String[] args) {

View File

@@ -1,3 +1,5 @@
package generators;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;