add enter

This commit is contained in:
revengel66 2024-10-03 13:43:35 +04:00
parent cddf348ea5
commit b0cc403d56

View File

@ -2,6 +2,7 @@ import 'dart:math';
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}