package test;
public class moneyBook {
public static void main(String[] args) throws InterruptedException {
String art = """
.=+*#*:
.=+*#@%@#+:
:=*%%%##*#+:
.=*%#**+++#+:
:+##*+++==*+:
.+**++++++==+=
:=**++++++===++
+#+++++++=====*.
+#+++++++=====++
:#+++++++======+=
:++++++++=======+= .====++*++===:.
.*+++++++++=======# .:=++*%%%#############%%%@@%*:
%:++++++++++======*=. :==+*#*++++++++++++++++***====:.
#:++++++++++++++++**+ .=+**+++++++++++++++====**=:
:*=++++++++====++=: =+**+==+++++++++=========*=:
=+=+++++======* =**====++++++++=========:++:
+=+++++=====+= @===+++++++++==========:++.
#=+++++=====*. .%:=++++++++++==========:#.
#=++++++++=++## =#:++++++++++++=========:#
#+++++++++#+: =+*####%*=++++++++++++++++=======+
.#++++++++#. :+##****+*#==++++++++++++======+****+%
.*++++++*# :+#******+*#+=+++++++++======+++==:.
+*+++++*+ .+#******++*#*=+++++++++======#++:
#+*++++* ..:==+#*******++*#+==+++++++++=====*#+#@*
.#****+*#####**********+++#*+=+++++++++++++===#++++*#
%+*+++##************+++***=++++++++++++++++++=*++++**#
=***+*#******+++++++++**+++++++++++++++++++=++++%*++**:=
.#+*+*****+++++++++****+++++++++=+==********#****++++*+.#
*%+******++++++*+***=++++++=====+*#**++++++++++++++++*= #
@+****+++++++++***+=*##**++*###***=++++++++++++++++++*. #:
#+***+++++++++++++=+++++*#**+++===++++++++**++*+++++=. .*.
:##**++++++++++++++++++++====+++++++++*=:. .. #
%:#+++++++++++++++=++++++++++++++++++: #
=@%#+++++++++++++++##**#+=+++++++++++ *=
*##=*+++++++++++++*%. :=**=++++++++* : .. =+
#*++*+=+++++++++++*%:@%=@@:@=++++++++: =+*: .. #=
=:+=====++++++++++##:=*@+ **=+++++++. .... #*+=+==**+@*@+
# =+++++++++++++*+*#**+*#+++++++=. ..... =+= #%@%%+:
.* .....:::::::::::====++==:. ....===
*= =::=: .::*=
*+ :*++
%#%*::: =.*
@*#%* .==*#======::. =.
+#**+=::. .:::=:=++= ..+
== .. . +
.+. . . .+
== =@:
=#%+@%#@.
.*###%@##
.=:+*:
""";
for (int i = 0; i < art.length(); i++) {
System.out.print(art.charAt(i));
Thread.sleep(2);
}
}
}
이미지 가져와서 코드변환하기
프로그램으로 하실때 글꼴은 MS P Gothic 으로 하시는게 좋습니다.
https://helloitstory.tistory.com/110
https://www.youtube.com/watch?v=EDDJZ4dWM5c&ab_channel=katBrains