IRC Info

irc

Server: irc.dab.biz port: 6667 (SSL 6697)

/j #shellmix

Hypeshell.com

New shell server
 
 
The new server is like shellmix, but to register you have to pay 5 Euro. You only pay once. This is the only way to stop idiots and spammers.
Server features :

- Two Intel i7 CPU 2600K

- 16 GB DDR3

- Four HDD SATA3

- Separate Environment between user class

- Many IP

 - And everything looks like shellmix : )

 



Search

Comments Latest

  • Hi getting a "Server unexpectedly closed network c...
  • Great server, but tunnel is not working... :|
  • Looks like whoever installed putty on the computer...
  • Can't log into the ssh server to create a new acco...
  • I would like to help resolve this issue.

Advertising

Advertising

Erlang

Attention: open in a new window. Print

1. Write a Hello World Erlang Program

Create the helloworld program using a Vim editor as shown below.
$ vim helloworld.erl

% hello world program
-module(helloworld).
-export([start/0]).

start() ->
io:fwrite("Hello, world!\n").

Note: Comment in Erlang starts with %.


2. Compile the erlang program

Compile the erlang hello world which will create the executable.
$ erlc helloworld.erl

$ ls
helloworld.beam helloworld.erl

3. Execute the erlang Program

Execute as shown below.


$ erl -noshell -s helloworld start -s init stop
Hello, world!

4. Erlang one liner

You can also execute erlang from the command line as shown below. This will print Hello World!.
$ erl -noshell -eval 'io:fwrite("Hello, World!\n"), init:stop().'
Hello, World!

 

Advertising 3

Donate

Donate to keep shellmix alive


PayPal


Info BOX

Vote on shellmix !!!!

Free Shell Accounts - the biggest list on the net :-)

Who's Online

We have 724 guests online

FaceShit info page if server is down 

name=