Procházet zdrojové kódy

Merge pull request #840 from chanunegi/patch-1

Added topics for the bowling java program
FridaTveit před 8 roky
rodič
revize
9bd53d5c04
No account linked to committer's email
1 změnil soubory, kde provedl 7 přidání a 1 odebrání
  1. 7
    1
      config.json

+ 7
- 1
config.json Zobrazit soubor

776
       "core": false,
776
       "core": false,
777
       "difficulty": 6,
777
       "difficulty": 6,
778
       "slug": "bowling",
778
       "slug": "bowling",
779
-      "topics": null,
779
+      "topics":  [
780
+        "functions",
781
+        "mathematics",
782
+        "games",
783
+        "conditionals",
784
+        "integers"
785
+      ],
780
       "unlocked_by": "scrabble-score",
786
       "unlocked_by": "scrabble-score",
781
       "uuid": "4b3f7771-c642-4278-a3d9-2fb958f26361"
787
       "uuid": "4b3f7771-c642-4278-a3d9-2fb958f26361"
782
     },
788
     },