Skip to content

Instantly share code, notes, and snippets.

@P-rgb-max
Last active March 29, 2023 21:49
Show Gist options
  • Save P-rgb-max/f4090a295edd6bf5265d918d7abe6c61 to your computer and use it in GitHub Desktop.
Save P-rgb-max/f4090a295edd6bf5265d918d7abe6c61 to your computer and use it in GitHub Desktop.
DartPad Embed example embed-dart

DartPad Embed example embed-dart

Created with <3 with dartpad.dev.

void main() {
for (int i = 0; i < 5; i++) {
print('hello ${i + 2}');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment