Skip to content

Commit 4bfbbf2

Browse files
authored
Create test.pdl
1 parent d7ce067 commit 4bfbbf2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

PDL/pdl-hl/test.pdl

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
class test {
2+
str name = 'charlie'
3+
int number = 2
4+
raw file_path = /'C:/source/calc/add.py'/
5+
list array = ['Pizza', 'Taco', 'Burger']
6+
bool torf = true
7+
8+
'''
9+
Dope docstring
10+
'''
11+
// This is a comment
12+
/* This is a
13+
block comment */
14+
};

0 commit comments

Comments
 (0)