Skip to content

Instantly share code, notes, and snippets.

@JesusIgnacio
Created April 5, 2022 01:19
Show Gist options
  • Select an option

  • Save JesusIgnacio/e73b53e0d4299a95a9151b06c60cea41 to your computer and use it in GitHub Desktop.

Select an option

Save JesusIgnacio/e73b53e0d4299a95a9151b06c60cea41 to your computer and use it in GitHub Desktop.
public class SearchingInStarWarsFor {
public static void main(String[] args) {
if (args.length > 0)
StarWarsWordFinder.searchingFor(args[0]);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment