package com.text.util; import java.util.Scanner; public class Main { public static void main(String[] args) { String s= " ********\n"+ " ************\n"+ " ####....#.\n"+ " #..###.....##....\n"+ "###.......######\n"+ "...........\n"+ "##*#######\n"+ "####*******######\n"+ "...#***.****.*###....\n"+ "**********##.....\n"+ "....**** *****....\n"+ "#### ####\n"+ "###### ######\n"; System.out.println(s); } }
用java制作一个超级马里奥
最新推荐文章于 2024-10-16 11:43:54 发布
3582

被折叠的 条评论
为什么被折叠?



