generated from seanpm2001/Template_Other_V7
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPROJECT_LANG_1.php
19 lines (19 loc) · 1.09 KB
/
PROJECT_LANG_1.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
// Start of script
// I decided to make PHP the main project language file for this project (Seanpm2001/Learn-PHP) as PHP is the language this project is dedicated to, because this project is about learning the PHP programming language. It only makes sense to make PHP the official language for this project.
$PROJECT_LANGUAGE_ONE; {
echo ("Project language 1");
echo ("For: Seanpm2001/Learn-PHP");
echo ("I decided to make PHP the main project language file for this project (Seanpm2001/Learn-PHP) as PHP is the language this project is dedicated to, because this project is about learning the PHP programming language. It only makes sense to make PHP the official language for this project.");
break;
}
// Note for project language files: The languages associated with SNU programming tools are not included as project language files, as there are too many to list.
return $PROJECT_LANGUAGE_FOUR;
break;
/* File info
* File type: PHP Source file (*.php)
* File version: 1 (Thursday, 2021 November 25th at 3:44 pm)
* Line count (including blank lines and compiler line): 20
*/
// End of script
?>