Skip to content

Instantly share code, notes, and snippets.

@Deleplace
Created December 5, 2023 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Deleplace/c1f63ec5b627e0c9371353b3a2b5c871 to your computer and use it in GitHub Desktop.
Save Deleplace/c1f63ec5b627e0c9371353b3a2b5c871 to your computer and use it in GitHub Desktop.
fluttering-midnight-6937

fluttering-midnight-6937

Created with <3 with dartpad.dev.

void main() {
final s = "Cat";
final c = s[s.length - 1];
print("The last character of \"$s\" is '$c'");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment