Skip to content

Commit 23fc467

Browse files
authored
PROJECT_LANG_1.awk [V1]
Version 1 of the first project language file for this project.
1 parent 737a892 commit 23fc467

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

PROJECT_LANG_1.awk

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Start of script
2+
3+
# Project language file 1
4+
# For: SNU/2D/ProgrammingTools/IDE/AWK
5+
# About:
6+
# I decided to make AWK the main project language file for this project (SNU / 2D / Programming Tools / IDE / AWK) as this is a AWK IDE, and it needs its main language to be represented here.
7+
8+
# File info
9+
10+
# File type: AWK source file (*.awk)
11+
# File version: 1 (2022, Thursday, September 22nd at 9:48 pm PST)
12+
# Line count (including blank lines and compiler line): 15
13+
14+
# End of script

0 commit comments

Comments
 (0)