You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: mirage/course-fixtures/dummy.js
+6-6
Original file line number
Diff line number
Diff line change
@@ -52,45 +52,45 @@ export default {
52
52
],
53
53
"stages": [
54
54
{
55
-
"slug": "init",
55
+
"slug": "yz1",
56
56
"name": "The first stage",
57
57
"difficulty": "very_easy",
58
58
"description_md": "In this stage, we'll do XYZ\n\n**Example:** ABC\n\nYour program will be executed like this:\n\n```bash\n$ echo \"apple\" | ./your_executable.sh -E \"a\"\n```\n\nYou program must ABCD.\n\nHere's a sample table:\n\n| Column 1 Header | Column 2 Header | Column 3 Header |\n| --------------- | --------------- | --------------- |\n| Row 1, Col 1 | Row 1, Col 2 | Row 1, Col 3 |\n| Row 2, Col 1 | Row 2, Col 2 | Row 2, Col 3 |\n| Row 3, Col 1 | Row 3, Col 2 | Row 3, Col 3 |\n\nAnd a new edit that must be synced automatically",
59
59
"marketing_md": "In this stage, we'll do XYZ."
60
60
},
61
61
{
62
-
"slug": "second",
62
+
"slug": "lr7",
63
63
"name": "The second stage",
64
64
"difficulty": "very_easy",
65
65
"description_md": "In this stage, we'll do XYZ\n\n**Example:** ABC\n\nYour program will be executed like this:\n\n```bash\n$ echo \"apple\" | ./your_executable.sh -E \"a\"\n```\n\nYou program must ABCD.",
66
66
"marketing_md": "In this stage, we'll do XYZ."
67
67
},
68
68
{
69
-
"slug": "ext1-stage1",
69
+
"slug": "qh7",
70
70
"primary_extension_slug": "ext1",
71
71
"name": "Start with ext1",
72
72
"difficulty": "very_easy",
73
73
"description_md": "In this stage, we'll do XYZ\n\n**Example:** ABC\n\nYour program will be executed like this:\n\n```bash\n$ echo \"apple\" | ./your_executable.sh -E \"a\"\n```\n\nYou program must ABCD.",
74
74
"marketing_md": "In this stage, we'll do XYZ."
75
75
},
76
76
{
77
-
"slug": "ext1-stage2",
77
+
"slug": "wd5",
78
78
"primary_extension_slug": "ext1",
79
79
"name": "Finish with ext1",
80
80
"difficulty": "very_easy",
81
81
"description_md": "In this stage, we'll do XYZ\n\n**Example:** ABC\n\nYour program will be executed like this:\n\n```bash\n$ echo \"apple\" | ./your_executable.sh -E \"a\"\n```\n\nYou program must ABCD.",
82
82
"marketing_md": "In this stage, we'll do XYZ."
83
83
},
84
84
{
85
-
"slug": "ext2-stage1",
85
+
"slug": "ae0",
86
86
"primary_extension_slug": "ext2",
87
87
"name": "Start with ext2",
88
88
"difficulty": "very_easy",
89
89
"description_md": "In this stage, we'll do XYZ\n\n**Example:** ABC\n\nYour program will be executed like this:\n\n```bash\n$ echo \"apple\" | ./your_executable.sh -E \"a\"\n```\n\nYou program must ABCD.",
0 commit comments