Skip to content

Instantly share code, notes, and snippets.

@leehs99
Created July 9, 2018 17:47
Show Gist options
  • Save leehs99/74d50be11f0e23faf3ee4bdb710e66dc to your computer and use it in GitHub Desktop.
Save leehs99/74d50be11f0e23faf3ee4bdb710e66dc to your computer and use it in GitHub Desktop.
//Object : Dog
//Name : Hyeon Soo Lee
//Email : 99leehs@naver.com
public class ex04 {
public static void main(String[] args) {
String a = "|\\_/|";
String b = "|q p| /}";
String c = "( 0 )\"\"\"\\";
String d = "|\"^\"` |";
String e = "||_/=\\\\__|";
System.out.println(a);
System.out.println(b);
System.out.println(c);
System.out.println(d);
System.out.println(e);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment