Cookies
Log in om je oplossingen te testen.
// Cookies program
using System;
using System.IO;
class Submission
{
// -------------------------
// Subprograms
// -------------------------
static string read_cookie()
{
}
static void write_cookie(string theme)
{
}
static void change_theme(string theme)
{
}
// -------------------------
// Main program
// -------------------------
public static void Main(string[] args)
{
string theme = read_cookie();
Console.WriteLine($"The current {theme}");
}
}
Je kunt zo vaak indienen als je wenst. Er wordt enkel rekening gehouden met je laatst ingediende oplossing.
Log in om je oplossingen te testen.