This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 6 7 1' 7 6 | |
5 6 7 1' 2' 1' 2' 3' | |
5 6 7 1' 7 6 | |
6 3' 2' 6 3' 2' 5 5 6 6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 6 6 6 5 4 3 2 4 3 4 5 3 1 3 4 | |
2 1 2 3 4 5 6 6# 1' 6 | |
6 6# 5 | |
6 6# 1' 3' 4' | |
6# 6 4 6# 6 4 4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 3 3 3 4 3 2 1 | |
6# 6 6# 6 4 2 5 | |
5 4 5 4 1 3 2 3 4 2 | |
2 3 3 2 4 3 2 1 | |
6# 6 6# 6 4 2 5 | |
5 4 5 4 1 3 2 1 2 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 1 1 5 5 | |
6 7 1' 1' 7 5 3 | |
4 5 6 6 5 3 1 | |
1 4 4 3 1 1 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1' 7 6 5 4 | |
5 6 1' 7 1' 7 5 3 | |
6 5 4 3 2 3 4 6 | |
5 4 3 2 1 | |
1 2 6 6 1' 7 5 | |
1 1 4 4 6 5 4 3 | |
1' 7 6 5 4 | |
5 6 1' 7 1' 7 5 3 | |
6 5 4 3 2 3 4 6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 4 5 4 5 5 1’ 6# 6 5 6 | |
6 1’ 2’ 5 4 1’ 1’ 6 1’ 1’ 2’ | |
4 1 1 4 4 5 1 1 | |
1 6 6# 6 5 4 5 | |
6 6# 6 2 | |
2 3 4 4 3 3 | |
4 5 6# 6 5 4 | |
6 6 5 4# 5 2 2 3 3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for (let i = 0; i <= 20; i++) { | |
let log = '' | |
if (i > 10) { | |
for (let j = 10; j <= 20; j++) { | |
if (i > j) { | |
log += ' ' | |
} else { | |
log += '*' | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_ | |
2 2 2 7 7 7 7 6 7 1 6 5 2 | |
_ _ _ _ _ _ _ _ | |
2 2 2 2 2 2 2 1 2 3 1 7 | |
_ _ _ _ _ _ | |
5 5 5 3 3 1 2 3 2 7 | |
_ _ | |
2 2 2 5 5 5 5 7 7 6 5 6 2 1 6 | |
_ _ _ _ _ _ | |
7 7 7 7 6 7 1 6 5 5 2 3 1 7 7 7 7 6 7 1 6 5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 3 4 6# 6 5 4 6 6 5# 6 | |
4 3 4 6 5 4 5 4 4 3 4 | |
2 1# 2 5 4 2# 2 2# 2# 4 5 | |
5 4# 5 1 6# 6 5 6 5# 5 4 | |
5 6 6# 6 6 6 6 5 4 6# | |
__ __ __ __ __ | |
6# 1 6# 5 6# 1 6# 6# 2 1# 1 6# | |
__ __ __ __ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#define A0 2 | |
#define A1 4 | |
#define A2 35 | |
#define A3 34 | |
#define A4 36 | |
#define A5 39 | |
#define D2 26 | |
#define D3 25 | |
#define D4 17 |