Rust-In-Replit Bash note working after language selection

I followed the Rust-In-Replit guide, and was able to get Replit setup. When I run the code, I can select 1 for English. However, after this, I am stuck with no way to continue and cannot type in bash. Bash screen below, and again there is no input after the brief introduction and I select English. I did find a forum mention from October 2022 to make sure the Replit file references this input, which I did but nothing changes Rust-In-Replit/.replit at main · freeCodeCamp/Rust-In-Replit · GitHub. Would love to learn Rust with FCC as I’ve loved the HTML and CSS courses.

Thank you.

欢迎访问!本课程有多种语言版本。请在下面输入相应的编号:
Welcome. This course is available in multiple languages. Type the corresponding number below:
Benvenuto. Questo corso è disponibile in più lingue. Digita il numero corrispondente qui sotto:
Boas-vindas! Este curso está disponível em vários idiomas. Digite o número correspondente ao idioma que deseja abaixo:
Bienvenido(a). Este curso está disponible en varios idiomas. Escribe el número correspondiente a continuación:
Ласкаво просимо. Цей курс доступний кількома мовами. Введіть відповідний номер нижче:

    0) 中文(简体字)
    1) English
    2) Italiano
    3) Português (Brasil)
    4) Español
    5) Українська

: 1
Language set to English

Welcome to the freeCodeCamp Rust in Replit course!

You will be using this console (or the Shell) to read majority of the instructions, throughout this course.

To get your first lesson, type the following in the prompt:

    $ fcc 1

You can click the Run button at any time to get back to this screen.

Once the course is set up, you can get help and see options by running:

    $ fcc help

If at any point you get stuck, you can either:

  • Reset your code with: $ fcc reset
  • View the answer to the code with: $ fcc solution