feat: ex 2c

This commit is contained in:
Leo
2026-04-23 12:10:55 +02:00
parent 6051b5f720
commit 7da7d4e51d
3 changed files with 7 additions and 1 deletions

2
.gitignore vendored
View File

@@ -1 +1,3 @@
*.pdf *.pdf
sheet01/a2/Hash.java
*.class

1
sheet01/a2/c-hash.txt Normal file
View File

@@ -0,0 +1 @@
03087115

View File

@@ -0,0 +1,3 @@
javac Hash.java (Compiles the java class)
java Hash plaintext.txt (runs the custom Hash function on the text file)
Output: 03087115