Created
July 27, 2011 13:50
-
-
Save tarnacious/1109394 to your computer and use it in GitHub Desktop.
Wow. Amazingly easy to get working in a shell.
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
$ make console | |
(cd bin/ManosYakRiak; csharp) | |
Mono C# Shell, type "help;" for help | |
Enter statements below. | |
csharp> LoadAssembly("ManosYakRiak.dll"); | |
csharp> var client = new RiakClient(); | |
csharp> var message = client.GetLastMessageFromRiak(); | |
csharp> Console.WriteLine("{0}: {1}",message.name,message.message); | |
345: afasdf<br />asdf<br />asd<br /> | |
csharp> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment