File tree

1 file changed

+2
-182
lines changed

1 file changed

+2
-182
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,183 +1,3 @@
11
{
2-
"port": 3000,
3-
"address": "localhost",
4-
"editor": "gitpod",
5-
"outputPath": "./.breathecode/dist",
6-
"publicPath": "/preview",
7-
"grading": "isolated",
8-
"ignoreRegex": null,
9-
"webpack_template": null,
10-
"disable_grading": false,
11-
"onCompilerSuccess": null,
12-
"language": "python3",
13-
"compiler": "python3",
14-
"tester": "pytest",
15-
"actions": [
16-
"run",
17-
"test",
18-
"reset"
19-
],
20-
"exercisesPath": "./exercises",
21-
"exercises": [
22-
{
23-
"slug": "01-welcome",
24-
"title": "01-welcome",
25-
"path": "exercises/01-welcome",
26-
"translations": [
27-
"us"
28-
]
29-
},
30-
{
31-
"slug": "02-hello-world",
32-
"title": "02-hello-world",
33-
"path": "exercises/02-hello-world",
34-
"translations": [
35-
"us"
36-
]
37-
},
38-
{
39-
"slug": "03-sum_of_three_numbers",
40-
"title": "03-sum_of_three_numbers",
41-
"path": "exercises/03-sum_of_three_numbers",
42-
"translations": [
43-
"us"
44-
]
45-
},
46-
{
47-
"slug": "04-area_of_right_triangle",
48-
"title": "04-area_of_right_triangle",
49-
"path": "exercises/04-area_of_right_triangle",
50-
"translations": [
51-
"us"
52-
]
53-
},
54-
{
55-
"slug": "05-hello_harry",
56-
"title": "05-hello_harry",
57-
"path": "exercises/05-hello_harry",
58-
"translations": [
59-
"us"
60-
]
61-
},
62-
{
63-
"slug": "06-previous_and_next",
64-
"title": "06-previous_and_next",
65-
"path": "exercises/06-previous_and_next",
66-
"translations": [
67-
"us"
68-
]
69-
},
70-
{
71-
"slug": "07-Apple_sharing",
72-
"title": "07-Apple_sharing",
73-
"path": "exercises/07-Apple_sharing",
74-
"translations": [
75-
"us"
76-
]
77-
},
78-
{
79-
"slug": "08-hours_and_minutes",
80-
"title": "08-hours_and_minutes",
81-
"path": "exercises/08-hours_and_minutes",
82-
"translations": [
83-
"us"
84-
]
85-
},
86-
{
87-
"slug": "09-Two_timestamps",
88-
"title": "09-Two_timestamps",
89-
"path": "exercises/09-Two_timestamps",
90-
"translations": [
91-
"us"
92-
]
93-
},
94-
{
95-
"slug": "10-Two_digits",
96-
"title": "10-Two_digits",
97-
"path": "exercises/10-Two_digits",
98-
"translations": [
99-
"us"
100-
]
101-
},
102-
{
103-
"slug": "11-Swap_digits",
104-
"title": "11-Swap_digits",
105-
"path": "exercises/11-Swap_digits",
106-
"translations": [
107-
"us"
108-
]
109-
},
110-
{
111-
"slug": "12-Last_two_digits",
112-
"title": "12-Last_two_digits",
113-
"path": "exercises/12-Last_two_digits",
114-
"translations": [
115-
"us"
116-
]
117-
},
118-
{
119-
"slug": "13-Tens_digit",
120-
"title": "13-Tens_digit",
121-
"path": "exercises/13-Tens_digit",
122-
"translations": [
123-
"us"
124-
]
125-
},
126-
{
127-
"slug": "14-sum_of_digits",
128-
"title": "14-sum_of_digits",
129-
"path": "exercises/14-sum_of_digits",
130-
"translations": [
131-
"us"
132-
]
133-
},
134-
{
135-
"slug": "15-Digit_after_decimal_point",
136-
"title": "15-Digit_after_decimal_point",
137-
"path": "exercises/15-Digit_after_decimal_point",
138-
"translations": [
139-
"us"
140-
]
141-
},
142-
{
143-
"slug": "16-Car_route",
144-
"title": "16-Car_route",
145-
"path": "exercises/16-Car_route",
146-
"translations": [
147-
"us"
148-
]
149-
},
150-
{
151-
"slug": "17-Century",
152-
"title": "17-Century",
153-
"path": "exercises/17-Century",
154-
"translations": [
155-
"us"
156-
]
157-
},
158-
{
159-
"slug": "18-Total_cost",
160-
"title": "18-Total_cost",
161-
"path": "exercises/18-Total_cost",
162-
"translations": [
163-
"us"
164-
]
165-
},
166-
{
167-
"slug": "19-Day_of_week",
168-
"title": "19-Day_of_week",
169-
"path": "exercises/19-Day_of_week",
170-
"translations": [
171-
"us"
172-
]
173-
},
174-
{
175-
"slug": "20-Digital_clock",
176-
"title": "20-Digital_clock",
177-
"path": "exercises/20-Digital_clock",
178-
"translations": [
179-
"us"
180-
]
181-
}
182-
]
183-
}
2+
"language": "python3"
3+
}

0 commit comments

Comments
 (0)