Skip to content

Instantly share code, notes, and snippets.

@ahmetaa
Last active December 15, 2015 12:09
Show Gist options
  • Save ahmetaa/5258044 to your computer and use it in GitHub Desktop.
Save ahmetaa/5258044 to your computer and use it in GitHub Desktop.
Dart Merhaba Dünya - Konsol
main() {
print("Merhaba Dünya");
}
import 'dart:html';
void main() {
query("#ornek_yazi_id").text = "Merhaba Dünya";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment