Created
September 16, 2013 08:31
-
-
Save DevJohnC/6577995 to your computer and use it in GitHub Desktop.
Clearly the best piece of code ever because it looks pretty in the console
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
| Console.WriteLine("***************************************************"); | |
| Console.WriteLine("* *"); | |
| Console.WriteLine("* IMPORTANT *"); | |
| Console.WriteLine("* THIS SERVERS PUBLIC KEY FINGERPRINT IS *"); | |
| Console.WriteLine("* {0} *", fingerprint); | |
| Console.WriteLine("* CHECK THIS FINGERPRINT WHEN ADDING NODES *"); | |
| Console.WriteLine("* *"); | |
| Console.WriteLine("***************************************************"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment