Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4862bb7

Browse files
authored
Add new category concurrency
Some problems is in category concurrency, missing concurrency category will make some problems disappear in list commands. You can try problem 1114, which is missing without concurrency.
1 parent 37cb2ea commit 4862bb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ const DEFAULT_CONFIG = {
1010
categories: [
1111
'algorithms',
1212
'database',
13-
'shell'
13+
'shell',
14+
'concurrency'
1415
],
1516
langs: [
1617
'bash',

0 commit comments

Comments
 (0)