Created
February 4, 2014 04:23
-
-
Save knewter/8798126 to your computer and use it in GitHub Desktop.
Erlang Android proof of sorts...
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
--(jadams@jibbajabba)-(12/pts/13)-(2220/03-Feb-14)-- | |
--($:~/erlang/hello_jinterface)ruby-2.0.0-p247@system-- | |
$ erl -name [email protected] -setcookie test | |
Erlang R16B03 (erts-5.10.4) [source] [64-bit] [smp:4:4] [async-threads:10] [kernel-poll:false] | |
Eshell V5.10.4 (abort with ^G) | |
([email protected])1> hello_jinterface:start(). | |
true | |
([email protected])2> nodes(). | |
[] | |
Ping | |
Pong finished... | |
([email protected])3> nodes(). | |
[] | |
([email protected])4> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment