This file contains 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
package main | |
import ( | |
"fmt" | |
"os" | |
"os/exec" | |
"os/signal" | |
"strconv" | |
"syscall" | |
) |
This file contains 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
/** | |
I'll let you use my code for manipulation and reposting on the condition that you listen to my tale. | |
FADE IN: | |
EXT. UNNAMED CITY - DAY | |
The hustle and bustle is a symphony of progress. | |
We pan past windows, each of which contain a different story, | |
to find JACEY LAKIMS, 28... hot, but doesn't know it. |
This file contains 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
import random | |
import copy | |
# 0 | |
# 1 2 | |
# 3 4 5 | |
# 6 7 8 9 | |
# 10 11 12 13 14 | |
# | |
# | |
START = 0 |