Replit Setup for C#
Create a Replit account in order to save and share C# projects.
- Go to the Replit sign-up page
- Fill out a username, email, and password, and click the "Sign up" button
- If necessary, prove your humanity to verify the account
- Open your email, and click the "Complete Verification" link
- On your repls page, click the "+ New repl" button
- Select "C#" from the Language list
- Enter a name for the Repl, like "HelloWorld"
- Click the "Create Repl" button to create the new project!
Replit Overview
Replit is a website that allows developers to write and run code right from a web browser!
- Files Area - This is where developers select and update files
- Code Editor - This is where developers write code
- Run Button - Developers click this button to execute the code
- Run Area - This is where the developer sees the results of the code
In the new Repl, click the "Run" button to see the code execute!