started puzzle 1 again in c

This commit is contained in:
Seth Samuel 2024-12-02 15:52:44 +13:00
parent 31b1c51bf5
commit 5a1721acf7
5 changed files with 7 additions and 108 deletions

13
.vscode/settings.json vendored
View file

@ -1,13 +0,0 @@
{
"vcpkg.target.defaultTriplet": "x64-linux",
"vcpkg.target.hostTriplet": "x64-linux",
"vcpkg.target.useManifest": false,
"vcpkg.target.useStaticLib": false,
"cmake.configureArgs": [
"-DVCPKG_MANIFEST_MODE=OFF",
"-DVCPKG_TARGET_TRIPLET=x64-linux"
],
"files.associations": {
"string.h": "c"
}
}