Created
February 28, 2016 00:12
-
-
Save EtherTyper/db0e26b82f16d4d13806 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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