Skip to content

Commit

Permalink
[Delete] temporary rename to make reuploading easier
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed May 11, 2024
1 parent 2439eef commit 2388bbf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions example_problems/problems.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
- id: hello
label: A
- id: hello2
label: A2
ordinal: 1
rgb: '#9486EA'
time_limit: 5
- id: fltcmp
label: B
- id: fltcmp2
label: B2
ordinal: 2
rgb: '#E93603'
time_limit: 5
- id: boolfind
label: C
- id: boolfind2
label: C2
ordinal: 3
rgb: '#9B630C'
time_limit: 5
12 changes: 6 additions & 6 deletions example_problems/problemset.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
problems:
- color: '#9486EA'
letter: A
letter: A2
rgb: '#9486EA'
short-name: hello
short-name: hello2
- color: '#E93603'
letter: B
letter: B2
rgb: '#E93603'
short-name: fltcmp
short-name: fltcmp2
- color: '#9B630C'
letter: C
letter: C2
rgb: '#9B630C'
short-name: boolfind
short-name: boolfind2

0 comments on commit 2388bbf

Please sign in to comment.