package shared type Node struct { Value string Next *Node }