Created
April 5, 2022 01:19
-
-
Save JesusIgnacio/e73b53e0d4299a95a9151b06c60cea41 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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