DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

DART Reference: Dart Introduction

Quick reference for Dart Introduction.

Read time: 1 min • Words: 16
My Progress

DART Reference — Dart Introduction

Quick summary of Dart Introduction with syntax and example.

Syntax

void main(){}

Example

void main(){
  print("Hello Dart");
}