H8c List - Drillen 9 - Favorieten beheren

Sign in to test your solution.
using System; using System.Collections.Generic; namespace H8c { public class Program { public static void Main(string[] args) { List<string> favorieten = new List<string>() { "Pizza", "Pasta", "Sushi", "Burger" }; // Schrijf jouw code hieronder } } }
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.