https://github.com/parthpant/justrunit
Run small snippets of code online in different languages
https://github.com/parthpant/justrunit
javascript nodejs testing
Last synced: about 2 months ago
JSON representation
Run small snippets of code online in different languages
- Host: GitHub
- URL: https://github.com/parthpant/justrunit
- Owner: ParthPant
- Created: 2020-08-24T11:04:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-19T06:20:12.000Z (over 4 years ago)
- Last Synced: 2026-04-25T21:33:23.510Z (about 2 months ago)
- Topics: javascript, nodejs, testing
- Language: JavaScript
- Homepage: https://ParthPant.github.io/JustRunIt
- Size: 618 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JustRunIt
JustRunIt is a simple program with a basic function to make code-snippet
testing easier for my self. Written in React and Nodejs the tool makes it easy
to test code in any language of choice. Currently supported languages are
- C
- C++
- Python
- Nodejs
- Support for other languages comming soon
The program allows the user to give custom input before hand so that they can
be used during the program execution. The tool also reports the compilation
errors or runtime errors as reported by the respective reuntime environment.