Skip to content

Commit d5562c7

Browse files
authored
Update README.md
1 parent da87691 commit d5562c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ You can inject pieces of code that you frequently use in certain positions of th
5555
Create `~/.leetup/config.json` and customize according to your preference:
5656
```json
5757
{
58+
"lang": "java",
5859
"inject_code": {
5960
"rust": {
6061
"before_code": ["use std::rc::Rc;", "use std::collections::{HashMap, VecDeque};", "use std::cell::RefCell;"],
@@ -139,6 +140,7 @@ around the generated file e.g. create a directory, move the generated file to th
139140
`@leetup=problem` will be replaced by the current problem tile e.g. `two-sum`.
140141
```json
141142
{
143+
"lang": "rust",
142144
"inject_code": {
143145
...SNIP...
144146
},

0 commit comments

Comments
 (0)