Skip to content

Commit c8416fa

Browse files
committed
insert TypeScript code block into template
1 parent ebb3a7d commit c8416fa

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

solution/problem_readme_template.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030

3131
```
3232

33+
### **TypeScript**
34+
35+
<!-- 这里可写当前语言的特殊实现逻辑 -->
36+
37+
```ts
38+
39+
```
40+
3341
### **...**
3442

3543
```

solution/problem_readme_template_en.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@
2222

2323
```
2424

25+
### **TypeScript**
26+
27+
<!-- 这里可写当前语言的特殊实现逻辑 -->
28+
29+
```ts
30+
31+
```
32+
2533
### **...**
2634

2735
```

0 commit comments

Comments
 (0)