mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2026-06-17 08:19:23 +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!");
|
|
}
|
|
}
|