diff --git a/main.dart b/main.dart index cc705a7..748e074 100644 --- a/main.dart +++ b/main.dart @@ -3,6 +3,7 @@ import 'package:practice/home.dart'; void main() { runApp(const MyApp()); + //happy } class MyApp extends StatelessWidget {