erlangbyexample
erlang_basic_syntax
learn-erlang-one-video
The underscore (_) represents a special kind of variable, the anonymous variable. It can be used when a variable is required but its value can be ignored.
The module statement is like adding a namespace as in any programming language. So over here, we are mentioning that this code will part of a module called e.g. helloworld.