Skip to content

thunderrk2001/online_code_editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

online_code_editor

To run on your pc downlod docker.
After installing docker on your system build docker image and after successful building image start container by running image. for eg:
To build: docker build -t <image-name> . /
create container: docker run -p <host-port>:<container-port> -d --name <container-name> <image name>

About

online cpp , java , python code runner

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published