Skip to content

Instantly share code, notes, and snippets.

@bartekpacia
Last active September 28, 2022 08:49
Show Gist options
  • Save bartekpacia/af5a86b711278a7638a5d4c7e08d69da to your computer and use it in GitHub Desktop.
Save bartekpacia/af5a86b711278a7638a5d4c7e08d69da to your computer and use it in GitHub Desktop.

How it looks like on leancode.co

void printNumber() {
  var number = 0;
  print('The number is $number');
}

How it should look like:

void printNumber() {
  var number = 0;
  print('The number is $number');
}

We work around it by pasting images of code, but it's a not-so-nice workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment