백준 #10189번 Hook

jhj·2024년 1월 31일

백준 JAVA

목록 보기
44/583
public class Main {
	public static void main(String[] args) {
		
		System.out.println("#  # #### #### #  #");
		System.out.println("#### #  # #  # # #");
		System.out.println("#### #  # #  # # #");
		System.out.println("#  # #### #### #  #");
	}
}
profile
개발자를 꿈꾸는

0개의 댓글