Home > Uncategorized > Hello Erlang!

Hello Erlang!

February 21st, 2009

Since this is the first post, I just want to test the Erlang syntax highlighting enabled in Wordpress. It uses SyntaxHighlighter plugin and the Erlang Brush file from Steve Gilham

-module(test).
-export(hello/0).
hello() ->
    io:format(“Hello Erlang~n”).

And you know the expected output. I’ll post more serious examples later … this is just the very first post!

Trung Uncategorized

  1. No comments yet.
  1. No trackbacks yet.