Quote of the day
Log in om je oplossingen te testen.
// Quote of the day program
using System;
class Submission
{
// -------------------------
// Globals
// -------------------------
// -------------------------
// Subprograms
// -------------------------
static string[] random_quote()
{
}
// -------------------------
// Main program
// -------------------------
public static void Main(string[] args)
{
string[] quote = random_quote();
Console.WriteLine(quote[0]);
Console.WriteLine(quote[1]);
}
}
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.