generated from seanpm2001/Git-Template_V8
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPROJECT_LANG_1.d
23 lines (23 loc) · 881 Bytes
/
PROJECT_LANG_1.d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/rdmd
// Start of script
import std.stdio : writeln;
import std.range : iota;
import std.parallelism : parallel;
/* DIVIDER */
void main()
{
writeln("Project language file 1");
writeln("For: DIFFicult (Diff manager and editor)");
writeln("About:");
writeln ("I chose D as the first project language file for this project (DIFFicult) as I wanted to use the D language for this project, and I feel it also works well for this purpose.");
}
return main();
return 0;
break;
// I chose D as the first project language file for this project (DIFFicult) as I wanted to use the D language for this project, and I feel it also works well for this purpose.
/* DIVIDER */
// File info
// File version: 1 (2022, Monday, January 3rd at 4:30 pm)
// File type: D programming language source file (*.d)
// Line count (including blank lines and compiler line): 24
// End of script