This commit is contained in:
2025-11-27 12:33:40 +01:00
parent 4f1957fe95
commit 6c42429214

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