Skip to content

Commit 3ac34df

Browse files
authored
PROJECT_LANG_1_V1.bicep
An archive of the first version of the first project language file for this directory set.
1 parent 2ae9964 commit 3ac34df

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
// Start of script
2+
3+
output msg string = 'Project language file 1'
4+
output msg string = 'For: seanpm2001/Learn-Bicep'
5+
output msg string = 'About:'
6+
output msg string = 'I decided to make Bicep the main project language file for this project (Seanpm2001/Learn-Bicep) as Bicep is the language this project is dedicated to, because this project is about learning the Bicep programming language. It only makes sense to Bicep the official language for this project. It is getting its own project language file, starting here.'
7+
8+
// Output:
9+
10+
// Project language file 1
11+
// For: seanpm2001/Learn-Bicep
12+
// About:
13+
// I decided to make Bicep the main project language file for this project (Seanpm2001/Learn-Bicep) as Bicep is the language this project is dedicated to, because this project is about learning the Bicep programming language. It only makes sense to Bicep the official language for this project. It is getting its own project language file, starting here.
14+
15+
// File info
16+
// File type: Bicep source file (*.bicep)
17+
// File version: 1 (2022, Monday, September 12th at 6:18 pm PST)
18+
// Line count (including blank lines and compiler line): 21
19+
20+
// End of script

0 commit comments

Comments
 (0)