Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 821 Bytes

File metadata and controls

22 lines (16 loc) · 821 Bytes

Getting Started

To use this project, follow these steps:

  1. Fork this Repository

    • Click the "Fork" button in the top-right corner of the GitHub page to create a copy of this repository in your account.
  2. Create a Codespace

    • Navigate to the forked repository.
    • Click the green "Code" button.
    • Select the "Codespaces" tab in the popup.
    • Click the + button to create a new Codespace.
    • For more information, see Opening a Codespace.
  3. Run the Starter Program

    • Open a terminal in the Codespace and run the following command:

      go run main.go
    • Alternatively, open the main.go file in the editor and click the play button at the top-right corner.