Skip to content

Instantly share code, notes, and snippets.

@Deleplace
Created December 5, 2023 17:51
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/9875347242730ee989cd48fdc1118333 to your computer and use it in GitHub Desktop.
Save Deleplace/9875347242730ee989cd48fdc1118333 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 = "L'été";
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