Temporary programming environments for students and teachers https://sandbox.cs50.io/
CS50 IDE is a cloud-based Integrated Development Environment powered by AWS Cloud9 that features a cloud-based Ubuntu environment. Since it’s cloud-based, you can continue working on your problem sets even if you use a different computer!
You can also share your workspace with others. Visit https://cs50.readthedocs.io/ide/online/#sharing-your-workspace for more information.
Checks for correctness using test cases
Usage: check50 mr-poston/problems/2020/cs3/problem_name
Checks for alignment to the Style Guide
Usage: style50 Program.java