Skip to content

Commit

Permalink
Merge pull request exercism#1247 from cwhakes/magazine-cutout
Browse files Browse the repository at this point in the history
Rename entry-api concept exercise
  • Loading branch information
coriolinus authored Apr 20, 2021
2 parents d85fdca + 7792ee2 commit 2b1532c
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"exercises": {
"concept": [
{
"slug": "entry-api",
"slug": "magazine-cutout",
"uuid": "e7d8603e-97a9-11ea-9753-0242ac110002",
"name": "Entry API",
"name": "Magazine Cutout",
"difficulty": 1,
"concepts": [
"entry-api"
Expand All @@ -44,7 +44,7 @@
"intro-types",
"option"
],
"status": "wip"
"status": "active"
},
{
"slug": "assembly-line",
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"blurb": "TODO: add blurb for entry-api exercise",
"blurb": "Use `HashMap` and the entry API methods to write an anonymous letter.",
"authors": [
"seanchen1991"
],
Expand All @@ -8,7 +8,7 @@
"src/lib.rs"
],
"test": [
"tests/entry_api.rs"
"tests/magazine-cutout.rs"
],
"exemplar": [
".meta/exemplar.rs"
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "entry-api"
name = "magazine_cutout"
version = "0.1.0"
edition = "2018"

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use entry_api::*;
use magazine_cutout::*;

#[test]
fn test_example_works() {
Expand Down

0 comments on commit 2b1532c

Please sign in to comment.