An open API service indexing awesome lists of open source software.

https://github.com/bartman/learningcpp


https://github.com/bartman/learningcpp

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

This is a toy project to act as a basis for test development in *Github Codespaces*.

After connecting to a *codespace*, you'll have to run the following in the terminal:

```sh
$ sudo apt update
$ sudo apt install cmake
```