Skip to content

Commit b7f6a82

Browse files
committed
update
1 parent 0688253 commit b7f6a82

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

.yamllint

Lines changed: 0 additions & 8 deletions
This file was deleted.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ code-lint:
1212
@(for i in $$(find . -type f -name main.cpp); do cpplint --filter=-legal/copyright,-build/include_subdir $$(dirname $$i)/main.cpp ; done)
1313

1414
compile:
15-
@(for i in $$(find . -type f -name main.cpp); do cd $$(dirname $$i) && g++ -std=c++17 -c *.cpp ; done)
15+
@(for i in $$(find . -type f -name main.cpp); do cd $$(dirname $$i) && g++ -std=c++23 -c *.cpp ; done)
1616

1717
compose-bash:
1818
docker compose run exercises bash

docker-compose.override.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
: '3'
32

43
services:
54
exercises:

0 commit comments

Comments
 (0)