From ed73a27066c2d8f03638539e06c4dac168448bbd Mon Sep 17 00:00:00 2001 From: t3xhno Date: Fri, 9 Feb 2024 19:50:09 +0100 Subject: [PATCH] Added README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c668c8e --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Planets simulation + +## Run +Just run the entrypoint file `main.py` +```bash +pyton3 main.py +```