Skip to content

Commit 5c1bea7

Browse files
Enable nullable (#2392)
* Enable nullable * Several nullable fixes * Fix dot-dsl * calculator-conundrum: fix nullable * developer-privileges: fix nullable * face-id2: fix * zebra-puzzle: fix * pov: fix * zipper: fix * tournament: fix * simple-linked-list: fix * sgf-parsing: fix * rest-api: fix * react: fix * robot-name: fix * say: fix * satellite: fix * change: fix * custom-set: fix * grep: fix * binary-search-tree: fix * linked-list: fix * alphametics: fix * hangman: fix * wizards-and-warriors-2: fix * remote-control-cleanup: fix * land-grab-in-space: fix * instruments-of-texas: fix * markdown: fix * Dont remove nullable in new exercise * More fixes * remote-control: fix [no important files changed]
1 parent 19c0ea9 commit 5c1bea7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

exercises/concept/remote-control-competition/RemoteControlCompetition.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
public interface IRemoteControlCar
42
{
53
void Drive();

0 commit comments

Comments
 (0)