Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 409 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 409 Bytes

codespaces-cpp

GitHub CodeSpaces for C++

Andrew DeOrio [email protected]

Quick Start

Create a codespace.

You'll see a web-based version of VS Code connected to a Linux Machine.

Compile and run using the VS Code Terminal.

$ make
$ ./main
Hello World!