Skip to content

Commit

Permalink
Merge pull request #1 from 0xsarwagya/main
Browse files Browse the repository at this point in the history
Added Euler Solutions and Bigints Package
  • Loading branch information
king04aman authored Oct 19, 2024
2 parents fb3999a + 7cd6c35 commit 672adfe
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "submodules/project-euler"]
path = submodules/project-euler
url = https://github.com/0xsarwagya/project-euler.git
[submodule "submodules/bigints"]
path = submodules/bigints
url = https://github.com/0xsarwagya/bigints.git
8 changes: 8 additions & 0 deletions PROJECTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Project List

* [Analogue-Clock](./Analogue-Clock)
* [BMI-Calculator](./BMI-Calculator)
* [Balloons Poping Game](./Balloons-Poping-Game)
* [Calculator](./Calculator)
* [Word-Counter](./Word-Counter)
* [submodules](./submodules)
1 change: 1 addition & 0 deletions submodules/bigints
Submodule bigints added at cc8e9e
1 change: 1 addition & 0 deletions submodules/project-euler
Submodule project-euler added at bfe833

0 comments on commit 672adfe

Please sign in to comment.