Former-commit-id: 6c42429214
This commit is contained in:
2025-11-27 12:33:40 +01:00
parent b5a6c45a9d
commit 044419e3b2

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");
}
}