Skip to content

Commit 257a011

Browse files
committed
04-data-leak: Add hard-coded challenge
1 parent fdb0c98 commit 257a011

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
public class HardCoded {
2+
static String ipAddress = new String("141.85.224.117");
3+
public static void main(String[] args) {
4+
System.out.println("IP address is " + ipAddress);
5+
}
6+
}

0 commit comments

Comments
 (0)