There was an error while loading. Please reload this page.
1 parent 8667d9f commit b08ee83Copy full SHA for b08ee83
linkedList/LinkedList.go
@@ -4,8 +4,7 @@ This implementation of linked list is not circular unlike
4
the container/list package provided by default
5
*/
6
7
-package LinkedList
8
-//package main // Uncomment this line and comment the above line to run as a main program
+package main // Uncomment this line and comment the above line to run as a main program
9
10
import ("fmt"
11
//"reflect"
0 commit comments