generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPROJECT_LANG_1.erl
14 lines (14 loc) · 1002 Bytes
/
PROJECT_LANG_1.erl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%% Start of script
%% Project language file 1
%% For: seanpm2001/Learn-Erlang
%% About:
%% I chose Erlang as the first project language file for this project (Seanpm2001/Learn-Erlang) as this project is about learning the Erlang programming language, and showing my knowledge for the language. Its project language file should represent what language is being showcased and studied here.
io:format("Project language file 1").
io:format("For: seanpm2001/Learn-Erlang").
io:format("About:").
io:format("I chose Erlang as the first project language file for this project (Seanpm2001/Learn-Erlang) as this project is about learning the Erlang programming language, and showing my knowledge for the language. Its project language file should represent what language is being showcased and studied here.~n").
%% File info
%% File type: Erlang source file (*.erl *.hrl)
%% File version: 1 (2022, Thursday, July 28th at 8:28 pm PST)
%% Line count (including blank lines and compiler line): 15
%% End of script