import 'package:flutter/material.dart'; void main() { runApp(const MaterialApp( home: Scaffold( body: Text('Helló Világ!') ) )); }