Skip to content

Commit 2e325de

Browse files
authored
PROJECT_LANG_1_V1.ml
An archive of the first version of the first project language file for this directory set.
1 parent 6898277 commit 2e325de

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
(* Start of script *)
2+
3+
(* Project language file 1
4+
* For: seanpm2001/Learn-ML
5+
* About:
6+
* I decided to make ML the main project language file for this project (Seanpm2001/Learn-ML) as ML is the language this project is dedicated to, because this project is about learning the ML programming language. It only makes sense to ML the official language for this project. It is getting its own project language file, starting here.
7+
*)
8+
9+
print "Project language file 1\n"
10+
print "For: seanpm2001/Learn-ML\n"
11+
print "About:\n"
12+
print "I decided to make ML the main project language file for this project (Seanpm2001/Learn-ML) as ML is the language this project is dedicated to, because this project is about learning the ML programming language. It only makes sense to ML the official language for this project. It is getting its own project language file, starting here.\n"
13+
14+
(* File info
15+
* File type: ML source file (*.ml)
16+
* File version: 1 (2022, Friday, November 4th at 10:17 pm PST)
17+
* Line count (including blank lines and compiler line): 21
18+
*)
19+
20+
(* End of script *)

0 commit comments

Comments
 (0)