Created with <3 with dartpad.dev.
Created
December 5, 2023 17:51
-
-
Save Deleplace/9875347242730ee989cd48fdc1118333 to your computer and use it in GitHub Desktop.
fluttering-midnight-6937
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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