diff --git a/calories.txt b/calories.txt index b233bc8..43da741 100644 --- a/calories.txt +++ b/calories.txt @@ -12,5 +12,16 @@ "Carbs": "14g", "Protien": "0g", "Sugar": "10 g" + }, +"Potato": { + +"Calories": "512", + "Fat": "0g", + "Carbs": "14g", + "Protien": "0g", + "Sugar": "10 g" + +} + } diff --git a/calories.txt~ b/calories.txt~ new file mode 100644 index 0000000..6fa44e6 --- /dev/null +++ b/calories.txt~ @@ -0,0 +1,17 @@ +{ + "Uncooked Rice": { + "Calories": "372", + "Fat": "2g", + "Carbs": "77g", + "Protien": "9g", + "Sugar": "0 g" + }, + "Apple": { + "Calories": "52", + "Fat": "0g", + "Carbs": "14g", + "Protien": "0g", + "Sugar": "10 g" + "Potato": "10 g" + }, +}