Mmmag2

Untitled

Apr 21st, 2025
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1.  
  2. import java.io.File;
  3. import java.util.ArrayList;
  4. import java.util.Scanner;
  5.  
  6. public class RecipeSearch {
  7.  
  8. public static void main(String[] args) {
  9. Scanner scanner = new Scanner(System.in);
  10. UserInput userInput = new UserInput();
  11. userInput.start(scanner);
  12.  
  13. }
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment