JAVA
java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* example for discuss forum
https://www.sololearn.com/Discuss/3193079/?ref=app
formatted to fit my phone screen
*/
public class Program
{
public static void main(String[] args) {
String s="***** *** * * * *\n* * * * * * *\n***** ***** ***** * *\n * * * * * * *\n***** * * * * * *****";
System.out.print(s);
}
}
Enter to Rename, Shift+Enter to Preview
OUTPUT
Run