This commit is contained in:
2025-11-27 12:31:54 +01:00
parent 7cb9599eda
commit 4f1957fe95

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.");
System.out.println("Use TroostwijkScraper class to run the scraper. 1");
}
}