From e857dcd9ceb5f8d764c394adcbed43f792467f04 Mon Sep 17 00:00:00 2001 From: Vansh Date: Sat, 27 Jul 2024 12:45:08 +0530 Subject: [PATCH 1/2] fix issue with PR #1461 --- dsa-solutions/gfg-solutions/Basic/0105.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dsa-solutions/gfg-solutions/Basic/0105.md b/dsa-solutions/gfg-solutions/Basic/0105.md index dee5abf9f..adb9ad776 100644 --- a/dsa-solutions/gfg-solutions/Basic/0105.md +++ b/dsa-solutions/gfg-solutions/Basic/0105.md @@ -107,4 +107,6 @@ in farenheit = 77. ## References -- **GeekForGeeks Problem**: [Celsius to Fahrenheit Conversion](https://www.geeksforgeeks.org/problems/celsius-to-fahrenheit-conversion5212/1) \ No newline at end of file +- **GeekForGeeks Problem**: [Celsius to Fahrenheit Conversion](https://www.geeksforgeeks.org/problems/celsius-to-fahrenheit-conversion5212/1) + +// Recreating PR to fix issue with PR#1461 on the leaderboard \ No newline at end of file From 731fdb17eb0404aa8fe16c7cbaf8764f78b2c519 Mon Sep 17 00:00:00 2001 From: Ajay Dhangar <99037494+Ajay-Dhangar@users.noreply.github.com> Date: Sat, 27 Jul 2024 15:18:40 +0530 Subject: [PATCH 2/2] Update 0105.md --- dsa-solutions/gfg-solutions/Basic/0105.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/dsa-solutions/gfg-solutions/Basic/0105.md b/dsa-solutions/gfg-solutions/Basic/0105.md index adb9ad776..3e42dedd4 100644 --- a/dsa-solutions/gfg-solutions/Basic/0105.md +++ b/dsa-solutions/gfg-solutions/Basic/0105.md @@ -108,5 +108,3 @@ in farenheit = 77. ## References - **GeekForGeeks Problem**: [Celsius to Fahrenheit Conversion](https://www.geeksforgeeks.org/problems/celsius-to-fahrenheit-conversion5212/1) - -// Recreating PR to fix issue with PR#1461 on the leaderboard \ No newline at end of file