Files
ai6-m2/Battleships/battleships-137-main/.replit
2025-11-07 11:22:04 +03:00

9 lines
152 B
Plaintext

modules = ["web", "nodejs-20", "python-3.12"]
run = "python3 run.py"
[nix]
channel = "stable-24_05"
[deployment]
run = ["sh", "-c", "python3 run.py"]