-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPROJECT_LANG_1.nim
More file actions
9 lines (7 loc) · 821 Bytes
/
Copy pathPROJECT_LANG_1.nim
File metadata and controls
9 lines (7 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
# Start of script
# Pocket Frogs is closed source, and I don't know what language it is written in, so I chose a random programming language (Nim) as I couldn't figure out what else to make the official project language. I want this project to have a language assigned to it, so I wrote this file in Nim. It feels like it fits.
echo ("Pocket Frogs is closed source, and I don't know what language it is written in, so I chose a random programming language (Nim) as I couldn't figure out what else to make the official project language. I want this project to have a language assigned to it, so I wrote this file in Nim. It feels like it fits.")
# File version: 1 (Wednesday, October 28th 2020 at 4:09 pm)
# File type: Nim script file (*.nim)
# Line count (including blank lines and compiler line): 10
# End of script