We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af11509 commit 73b34b2Copy full SHA for 73b34b2
src/SUMMARY.md
@@ -179,8 +179,6 @@ HTML
179
- [Iterate over a String](./loops/iterate_over_a_string.md)
180
- [Challenges](./loops/challenges.md)
181
182
-# Concepts
183
-
184
# Projects
185
186
<!-- Software is an Interdisciplinary Field -->
@@ -229,7 +227,6 @@ HTML
229
227
230
228
231
232
-- [Calorie Tracker II]()
233
- [Can you Build a Snowman?]()
234
235
# Code Structure
src/projects/calorie_tracker.md
@@ -1,5 +1,7 @@
1
# Calorie Tracker
2
3
+## Problem Statement
4
+
5
A calorie is the amount of energy needed to raise the temperature of
6
1 gram of water by 1 degree celcius. A kilo-calorie, often shortened to kcal,
7
is one thousand calories.
0 commit comments