Skip to content

Commit 1abe8c2

Browse files
committed
Returns the current system date and time.
1 parent 7c3609e commit 1abe8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoFried201704/GetTime.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public bool IsValid()
2424

2525
public ConsoleResultModel Run()
2626
{
27-
return new ConsoleResultModel("Success!");
27+
return new ConsoleResultModel(System.DateTime.Now.ToString()) { };
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)