Skip to content

Instantly share code, notes, and snippets.

@sgaliamov
Created May 2, 2021 15:31
Show Gist options
  • Select an option

  • Save sgaliamov/a8ad4ea44c91cb5459d5e05ca72aabea to your computer and use it in GitHub Desktop.

Select an option

Save sgaliamov/a8ad4ea44c91cb5459d5e05ca72aabea to your computer and use it in GitHub Desktop.

Revisions

  1. sgaliamov created this gist May 2, 2021.
    5 changes: 5 additions & 0 deletions illuminator-sample-10.cs
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    if (condition()) {
    then();
    } else {
    otherwise();
    }