Skip to content

Commit

Permalink
Add missing concept exercise blurbs (JuliaLang#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska committed Aug 7, 2021
1 parent 23983d2 commit 233c344
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion exercises/concept/documented-lasagna/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"blurb": "TODO: add blurb for lasagna exercise",
"blurb": "Learn about docstrings by documenting how you cooked delicious lasagna.",
"language_versions": "≥1.0",
"files": {
"exemplar": [
Expand Down
2 changes: 1 addition & 1 deletion exercises/concept/emoji-times/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"blurb": "TODO: add blurb for emoji-times exercise",
"blurb": "Learn about unicode identifiers by doing emoji clock arithmetics.",
"language_versions": "≥1.0",
"files": {
"exemplar": [
Expand Down
2 changes: 1 addition & 1 deletion exercises/concept/exercism-matrix/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"blurb": "TODO: add blurb for exercism-matrix exercise",
"blurb": "Learn about matrices by making the Exercism logo frown.",
"language_versions": "≥1.0",
"files": {
"exemplar": [
Expand Down
2 changes: 1 addition & 1 deletion exercises/concept/leap/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"blurb": "TODO: add blurb for leap exercise",
"blurb": "Learn about arithmetic operators and boolean expressions by searching for leap years.",
"language_versions": "≥1.0",
"files": {
"exemplar": [
Expand Down

0 comments on commit 233c344

Please sign in to comment.