ahmed0saber

Hello World in Dart

Mar 14th, 2021
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Dart 0.04 KB | None | 0 0
  1. void main()
  2. {
  3. print('Hello World');
  4. }
Advertisement
Add Comment
Please, Sign In to add comment