# README
Longest Common Substring
Original source https://github.com/vmarkovtsev/go-lcss
# Functions
LongestCommonSubstring returns the longest substring which is present in all the given strings.
Original source https://github.com/vmarkovtsev/go-lcss