Browse Source

Update Volume of a Cuboid.md

PythonCoder8 3 years ago
parent
commit
8073e7aa30
1 changed files with 2 additions and 0 deletions
  1. 2 0
      8 kyu/Volume of a Cuboid/Volume of a Cuboid.md

+ 2 - 0
8 kyu/Volume of a Cuboid/Volume of a Cuboid.md

@@ -1,3 +1,5 @@
 # 8 kyu - Volume of a Cuboid - Authored by user5196477
 
+Link to kata: https://www.codewars.com/kata/58261acb22be6e2ed800003a
+
 Bob needs a fast way to calculate the volume of a cuboid with three values: length, width and the height of the cuboid. Write a function to help Bob with this calculation.