This commit is contained in:
2025-11-27 12:21:21 +01:00
parent afa52cb11c
commit 1aa76771c4
14 changed files with 76 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
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.");
}
}