Dart Documentationsample1.dart

sample1.dart library

Functions

void main() #

void main() {
 querySelector("#result").text ='Dart言語です';
}