From 716298cad1ec190487cd3f82a5e150838c556f56 Mon Sep 17 00:00:00 2001 From: Aleksandr Date: Sun, 31 May 2020 13:14:13 +0300 Subject: [PATCH 1/2] Add file for Darts --- exercises/darts/darts.rb | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 exercises/darts/darts.rb diff --git a/exercises/darts/darts.rb b/exercises/darts/darts.rb new file mode 100644 index 0000000000..e69de29bb2 From f7b8f2003596632bca8d87ba1ff6322fa7e1cf47 Mon Sep 17 00:00:00 2001 From: Aleksandr Date: Mon, 1 Jun 2020 09:46:00 +0300 Subject: [PATCH 2/2] Add the standard comment for exercise --- exercises/darts/darts.rb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/exercises/darts/darts.rb b/exercises/darts/darts.rb index e69de29bb2..4c7ea1178b 100644 --- a/exercises/darts/darts.rb +++ b/exercises/darts/darts.rb @@ -0,0 +1,7 @@ +=begin +Write your code for the 'Darts' exercise in this file. Make the tests in +`darts_test.rb` pass. + +To get started with TDD, see the `README.md` file in your +`ruby/darts` directory. +=end