Skip to content

Instantly share code, notes, and snippets.

@EtherTyper
Created February 28, 2016 00:12
Show Gist options
  • Select an option

  • Save EtherTyper/db0e26b82f16d4d13806 to your computer and use it in GitHub Desktop.

Select an option

Save EtherTyper/db0e26b82f16d4d13806 to your computer and use it in GitHub Desktop.
public class javirus{
public void main(String[] args){
System.out.println("Running virus.exe\n");
for (int i=1; i<=10; i++){
System.out.println(i+"0\n");
if (i==7)
System.out.println("Libraries acquired.");
}
System.out.println("JK this is a java virus, not .NET\n\nYou're still screwed, though.");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment