fix structure errors
Some checks failed
Pipeline / ci (push) Failing after 6s

This commit is contained in:
Wingleszy
2026-05-14 02:18:21 +03:00
parent cab5ebbeae
commit b37ecb493e
3 changed files with 33 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
#include <iostream>
#include "../project_cpp/main.cpp"
#include "../project_cpp/functions.cpp"
int add_test() {
if(add(4, 5) != 9) {