Intro Autocode
Intro Autocode
If you don't have GitLab account, to sign up for GitLab, you can follow these simple steps:
On Autocode platform you can find the task "Print Hello World".
SSH
To clone the repository using SSH, you will have to generate an SSH key for your computer
and register it with Gitlab. This way, Gitlab will understand that you are the one trying to
access your own repository. You can do this by following the simple instructions at
https://docs.gitlab.com/ee/ssh/.
HTTPS
If you do not wish to generate an SSH key, you can use an HTTPS link. Then, when accessing
the Gitlab repository, you will have to go through authentication—you will need to enter
your login and password. You will probably not need to enter your login and password every
time; Windows has a special tool—Credential Manager—that automatically memorizes Gitlab
account data after the first entry.
IDE
You can use an IDE to complete the exercises. Click “Visual Studio Code (SSH)” or “Visual
Studio Code (HTTPS)” and follow the instructions in the IDE.
When you have completed the task, push this to the repository. Return to Autocode and click
on Submit solution.
If the tests are not successful, Autocode will show the reported errors. Click "Details" to see
more information. If the tests are successful on your computer, it is likely that everything will
be fine in Autocode."
If you are satisfied with the score you received and are ready to finish the task, you can try to
improve your score by submitting your solution again after making necessary changes in
your solution.