From 7997db8f6360054ef6766243d80311adf55d2a91 Mon Sep 17 00:00:00 2001 From: Jesse Kroon Date: Thu, 25 Jan 2024 06:59:30 +0100 Subject: [PATCH] remove obsolete info This information no longer holds any value as the Planet type is already implemented in the stub file --- exercises/practice/space-age/.docs/instructions.append.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 exercises/practice/space-age/.docs/instructions.append.md diff --git a/exercises/practice/space-age/.docs/instructions.append.md b/exercises/practice/space-age/.docs/instructions.append.md deleted file mode 100644 index d03141e95..000000000 --- a/exercises/practice/space-age/.docs/instructions.append.md +++ /dev/null @@ -1,7 +0,0 @@ -# Instructions append - -## Planet Type - -The test cases make use of a custom `Planet` type that is sent to your function. -You will need to implement this custom type yourself. -Implementing this new custom type as a string should suffice.