Skip to content

Instantly share code, notes, and snippets.

@fotiDim
Created December 10, 2022 17:15
Show Gist options
  • Save fotiDim/c7b404c22484241f3dba78c414492c4b to your computer and use it in GitHub Desktop.
Save fotiDim/c7b404c22484241f3dba78c414492c4b to your computer and use it in GitHub Desktop.
void main() {
final thankYou = ['E','F','C','H','A','R','I','S','T','O'];
final title = ['F','I','L','T','A','T','E'];
final name = ['P','A','P','V','E','T'];
final emoji = '🥳';
print("${thankYou.join()} ${title.join()} ${name.join()}! $emoji");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment