https://github.com/bartman/learningcpp
https://github.com/bartman/learningcpp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bartman/learningcpp
- Owner: bartman
- Created: 2023-10-21T11:35:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T14:13:10.000Z (about 2 years ago)
- Last Synced: 2024-05-12T14:48:11.127Z (about 2 years ago)
- Language: C++
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```