We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SwiftScheduling.cs
1 parent 36312c6 commit 59945c1Copy full SHA for 59945c1
1 file changed
exercises/practice/swift-scheduling/SwiftScheduling.cs
@@ -1,6 +1,6 @@
1
public static class SwiftScheduling
2
{
3
- public static DateTime DeliveryDate(DateTime meetingStart, string description) =>
+ public static DateTime DeliveryDate(DateTime meetingStart, string description)
4
5
throw new NotImplementedException("You need to implement this method.");
6
}
0 commit comments