This commit is contained in:
2025-11-27 13:08:30 +01:00
parent 7ce6abd3e7
commit fad11d56b8

View File

@@ -3,6 +3,6 @@ package com.auction;
public class Main {
public static void main(String[] args) {
System.out.println("Troostwijk Auction Scraper");
System.out.println("Use TroostwijkScraper class to run the scraper. 2");
System.out.println("Use TroostwijkScraper class to run the scraper. 3");
}
}