Skip to content

Commit

Permalink
Enable nullable (#2392)
Browse files Browse the repository at this point in the history
* 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]
  • Loading branch information
ErikSchierboom committed Feb 18, 2025
1 parent 19c0ea9 commit 5c1bea7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


public interface IRemoteControlCar
{
void Drive();
Expand Down

0 comments on commit 5c1bea7

Please sign in to comment.