Skip to content

Instantly share code, notes, and snippets.

@coolsasindu
Created March 25, 2021 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coolsasindu/57b28b2b4343128b9371b93295e977bd to your computer and use it in GitHub Desktop.
Save coolsasindu/57b28b2b4343128b9371b93295e977bd to your computer and use it in GitHub Desktop.
public class Art1{
public static void main(String args[]){
System.out.println(" ");
System.out.println(" \\ SORRY /");
System.out.println(" \\ /");
System.out.println(" \\ This page does /");
System.out.println(" ] not exist yet. [ ,'|");
System.out.println(" ] [ / |");
System.out.println(" ]___ ___[ ,' |");
System.out.println(" ] ]\\ /[ [ |: |");
System.out.println(" ] ] \\ / [ [ |: |");
System.out.println(" ] ] ] [ [ [ |: |");
System.out.println(" ] ] ]__ __[ [ [ |: |");
System.out.println(" ] ] ] ]\\_ /[ [ [ [ |: |");
System.out.println(" ] ] ] ] (#) [ [ [ [ :===='");
System.out.println(" ] ] ]_]. .[_[ [ [");
System.out.println(" ] ] ] . [ [ [");
System.out.println(" ] ] / \\ [ [");
System.out.println(" ]__]/ \\[__[");
System.out.println(" ] [");
System.out.println(" ] [");
System.out.println(" ] [");
System.out.println(" / \\");
System.out.println(" / \\");
System.out.println(" / \\");
System.out.println("Hello World This is ezcod.blogspot.com ");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment