generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
PROJECT_LANG_1.elm
16 lines (16 loc) · 1.29 KB
/
PROJECT_LANG_1.elm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
-- Start of script
-- Project language file 1
-- For: seanpm2001/Climate-Activism
-- About:
-- I decided to make Elm the main (first) project language for this project (seanpm2001/Climate-Activism) as this project is purely documentation, but I didn't feel that Markdown was a significant enough language to represent this project. I wanted to represent it with a nature themed language, and I don't use Elm very much, so I chose it as the main project language file for this project. It is getting its own project language file, starting here.
-- Start
projectLanguageOne : String
projectLanguageOne =
"Project language file 1\nFor: seanpm2001/Climate-Activism\nAbout:\nI decided to make Elm the main (first) project language for this project (seanpm2001/Climate-Activism) as this project is purely documentation, but I didn't feel that Markdown was a significant enough language to represent this project. I wanted to represent it with a nature themed language, and I don't use Elm very much, so I chose it as the main project language file for this project. It is getting its own project language file, starting here.\n"
-- End
{- File info
File type: Elm source file (*.elm)
File version: 1 (2023, Friday, January 20th at 2:04 pm PST)
Line count (including blank lines and compiler line): 17
-}
-- End of script