Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 279 Bytes

File metadata and controls

12 lines (10 loc) · 279 Bytes

c-playground

为c语言初学者,制作的jupyter-notebook,可以交互式地学习和实验各种c语言的知识

build with docker

docker build -t c-playground .

run with docker

docker run -p 8080:8888 -v $(pwd):/home/jovyan c-playground