Advertisement
k1w1z0r

hello_world

Jun 19th, 2024
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Dart 0.08 KB | None | 0 0
  1. // Prints "Hello, World!" to the console
  2. void main() {
  3.   print('Hello, World!');
  4. }
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement