main
Benjamin Löffler 2024-01-10 22:56:47 +01:00
parent 9a29fd5a82
commit e850a61cda
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import 'package:flutter/scheduler.dart';
import 'package:pong/pong_menu.dart';
void main() {
// Run the PongGame app
// Run the PongGame
runApp(const PongGame());
}