-module(fail_line_length).
-export([
function_1/0,
function_2/0,
function_3/0,
function_4/0,
function_5/0,
function_6/2
]).
% Single line comment over 80 characters!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
function_1() ->
io:format("Hello").
1. Parse Tree & Line by Line
Decomposition
2. Rules Application