使用run命令可以运行一个C、C++ 或 Python文件, 动态的检测代码变化进行实时编译运行, 并在电脑没有相关语言环境时,自动安装对应编程语言的环境
xlings run your_code.c
xlings run your_code.cpp
xlings run your_code.python