mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2025-02-24 07:24:39 +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!");
|
||
|
}
|
||
|
}
|