Skip to content

Commit 603b5ec

Browse files
committedFeb 12, 2023
Initialize repo for practicing algorithms in golang
0 parents  commit 603b5ec

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
 

‎.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
3+
**/vendor
4+
5+
**.DS_Store

‎go.mod

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/danielmbirochi/Golang-Algorithms-And-Data-Structures
2+
3+
go 1.19

0 commit comments

Comments
 (0)
Please sign in to comment.