Skip to content

Instantly share code, notes, and snippets.

@ghostbuster91
Created December 18, 2021 15:34
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 ghostbuster91/f0bdc5676491f2ce8223c0e02c1a4d0f to your computer and use it in GitHub Desktop.
Save ghostbuster91/f0bdc5676491f2ce8223c0e02c1a4d0f to your computer and use it in GitHub Desktop.
implicit val showConfig = ShowConfig.noColors
val result = diffForString(
"""alice bob mark""".stripMargin,
"""bob mark john""".stripMargin
)
println(result.show())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment