exercism.org/csharp/lucians-luscious-lasagna/LuciansLusciousLasagna.cs

11 lines
252 B
C#

class Lasagna
{
// TODO: define the 'ExpectedMinutesInOven()' method
// TODO: define the 'RemainingMinutesInOven()' method
// TODO: define the 'PreparationTimeInMinutes()' method
// TODO: define the 'ElapsedTimeInMinutes()' method
}