Skip to content

Commit b08ee83

Browse files
committed
LinkedList main file - can be executed as is
1 parent 8667d9f commit b08ee83

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

linkedList/LinkedList.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ This implementation of linked list is not circular unlike
44
the container/list package provided by default
55
*/
66

7-
package LinkedList
8-
//package main // Uncomment this line and comment the above line to run as a main program
7+
package main // Uncomment this line and comment the above line to run as a main program
98

109
import ("fmt"
1110
//"reflect"

0 commit comments

Comments
 (0)