Advertisement
Guest User

Untitled

a guest
Apr 29th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. public class HashyVersionInfo {
  2. public static void main(String args[]){
  3.  
  4. System.out.print(
  5. "| | | | | |"+ System.getProperty("line.separator")+
  6. "| |__| | __ _ ___| |__ _ _"+System.getProperty("line.separator") +
  7. "| __ |/ _` / __| '_ \\| | | |"+System.getProperty("line.separator") +
  8. "| | | | (_| \\__ \\ | | | |_| |"+System.getProperty("line.separator")+
  9. "|_| |_|\\__,_|___/_| |_|\\__, |"+System.getProperty("line.separator")+
  10. " __/ |"+System.getProperty("line.separator")+
  11. " |___/ version 0.1"+System.getProperty("line.separator"));
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement