Trucks inlezen uit bestand

Sign in to test your solution.
using System; using System.IO; using System.Collections.Generic; namespace Vervoer { public class TruckLezer { } }