Skip to content

rambocoder

  • GitHub
  • GitHub

Hello world in Erlang!

These are multiple ways to say Hello World in Erlang:

-module(hello_world).
-export([say_it/0]).

say_it() -> io:format("Hello World~n", []).
Author rambocoderPosted on January 6, 2012April 6, 2023Categories UncategorizedTags Erlang

Post navigation

Next Next post: ChicagoBoss example application: wiki

Recent Posts

  • Introduction to Transformers for NLP
  • Natural Language Processing With Transformers
  • SQL Server tuning
  • Practical Object-Oriented Design in Ruby
  • Data Structures and Algorithms with JavaScript

Recent Comments

  • Hao on ChicagoBoss example application: wiki
  • Saiyine on ChicagoBoss example application: wiki
  • Roberto on Connecting to HBase from Erlang using Thrift
  • orcaman on ChicagoBoss example application: wiki
  • rambocoder on ChicagoBoss example application: wiki

Archives

  • April 2023
  • July 2019
  • February 2019
  • July 2014
  • April 2013
  • January 2013
  • December 2012
  • September 2012
  • February 2012
  • January 2012

Categories

  • Book Review
  • Uncategorized

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
  • GitHub
  • GitHub
rambocoder Proudly powered by WordPress