From 103a6b5192faab40f4f3745af9a5717ea5dbf381 Mon Sep 17 00:00:00 2001 From: Tiago Collot Date: Mon, 19 Sep 2022 17:36:00 +0100 Subject: [PATCH] style(descendappendrange): formatting header from exercise title and format text --- subjects/rockandroll/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/rockandroll/README.md b/subjects/rockandroll/README.md index f5e2e840..65171e2a 100644 --- a/subjects/rockandroll/README.md +++ b/subjects/rockandroll/README.md @@ -1,8 +1,8 @@ -## rockandroll +# rockandroll ### Instructions -Write a function called `RockAndRoll` that takes an `int` and returns a `string`. +Write a function called `RockAndRoll()` that takes an `int` and returns a `string`. - If the number is divisible by 2, print `rock` followed by a newline `\n`. - If the number is divisible by 3, print `roll` followed by a newline `\n`.