Skip to content

Commit

Permalink
Fix missing warnings about changing essentials2020 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras committed Apr 11, 2024
1 parent 0731228 commit 7a1ab56
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion exercises/practice/bank-account/.meta/example.arr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use context essentials2020
use context essentials2020 # Don't delete this line when using Pyret on Exercism

provide-types *

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/bank-account/bank-account.arr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use context essentials2020
use context essentials2020 # Don't delete this line when using Pyret on Exercism

provide-types *

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/clock/.meta/example.arr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use context essentials2020
use context essentials2020 # Don't delete this line when using Pyret on Exercism

provide-types *

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/clock/clock.arr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use context essentials2020
use context essentials2020 # Don't delete this line when using Pyret on Exercism

provide-types *

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/eliuds-eggs/.meta/example.arr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use context essentials2020
use context essentials2020 # Don't delete this line when using Pyret on Exercism

provide: egg-count end

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/flatten-array/.meta/example.arr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use context essentials2020
use context essentials2020 # Don't delete this line when using Pyret on Exercism

provide: flatten end

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/flatten-array/flatten-array.arr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use context essentials2020
use context essentials2020 # Don't delete this line when using Pyret on Exercism

provide: flatten end

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/high-scores/high-scores.arr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use context essentials2020
use context essentials2020 # Don't delete this line when using Pyret on Exercism

provide: high-scores end

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/queen-attack/.meta/example.arr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use context essentials2020
use context essentials2020 # Don't delete this line when using Pyret on Exercism

provide-types *

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/queen-attack/queen-attack.arr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use context essentials2020
use context essentials2020 # Don't delete this line when using Pyret on Exercism

provide-types *

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/robot-simulator/.meta/example.arr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use context essentials2020
use context essentials2020 # Don't delete this line when using Pyret on Exercism

provide-types *

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/simple-linked-list/.meta/example.arr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use context essentials2020
use context essentials2020 # Don't delete this line when using Pyret on Exercism

provide-types *

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use context essentials2020
use context essentials2020 # Don't delete this line when using Pyret on Exercism

provide-types *

Expand Down

0 comments on commit 7a1ab56

Please sign in to comment.