This is a Next.js project bootstrapped with create-next-app with next 13 experimental features.
First, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
- Select Language and start writing program in Code section
- Once complete your code, click submit to see the output from server.
- Currently, the code is executed on server API and returns the result
- It might be possible that the code might not execute if the corresponding language compiler is not existing on server where it is deployed.