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