mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-02-23 23:14:38 +00:00
6 lines
137 B
Java
6 lines
137 B
Java
public class Goat {
|
|
public static void main(String[] args){
|
|
System.out.println("Hi! Any code can be running here!");
|
|
}
|
|
}
|