Your Project is Ready to Run!
Welcome to Replit, an online coding environment that lets you code, run, and collaborate without installing anything.
Project Features
Live Code Editor
Edit your code in a powerful, browser-based text editor with syntax highlighting and auto-completion.
Integrated Terminal
Run commands and view output with a full-featured terminal right inside the browser.
Version Control
Track changes to your project and collaborate with Git integration built into the platform.
Project Code
// Sample code for your project
function hello() {
console.log("Hello, Replit!");
}
hello();