mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2025-02-04 23:17:57 -07:00
7 lines
137 B
Java
7 lines
137 B
Java
public class HelloWorld {
|
|
|
|
public static void main(String[] args) {
|
|
System.out.println("give me a bottle of rum!");
|
|
}
|
|
|
|
}
|