Commit 565e4667 authored by areej.mohammad's avatar areej.mohammad

step 3

parent ecbbd156
...@@ -5,6 +5,7 @@ public class AscendingHackerThread extends HackerThread{ ...@@ -5,6 +5,7 @@ public class AscendingHackerThread extends HackerThread{
super(vault,"Ascending Hacker"); super(vault,"Ascending Hacker");
} }
@Override @Override
// Attempts to guess the password starting from 0, incrementing up to 9999
public void run(){ public void run(){
for(int guess=0;guess<=9999;guess++) { for(int guess=0;guess<=9999;guess++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment