Skip to content

Instantly share code, notes, and snippets.

@xrrocha
Created March 5, 2018 00:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xrrocha/1c211fe4f2b4220681db51d3aa8bb109 to your computer and use it in GitHub Desktop.
Save xrrocha/1c211fe4f2b4220681db51d3aa8bb109 to your computer and use it in GitHub Desktop.
List.of(
new WordSplit("", "dlbert"),
new WordSplit("dl", "bert"),
new WordSplit("dlb", "ert"),
new WordSplit("dlbe", "rt"),
new WordSplit("dlber", "t"),
new WordSplit("dlbert", "")
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment