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
| Verifying my Blockstack ID is secured with the address 1LZBN5BjGbWsEzHywSch3VgPseye28Lud4 https://explorer.blockstack.org/address/1LZBN5BjGbWsEzHywSch3VgPseye28Lud4 |
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
| import java.io.BufferedReader; | |
| import java.io.IOException; | |
| import java.io.InputStreamReader; | |
| import java.util.Hashtable; | |
| import java.util.Random; | |
| import java.util.Vector; | |
| public class Markov { |