🔨」 fix(ex01): fixed constructors

This commit is contained in:
2025-08-26 22:50:49 +02:00
parent 021636df08
commit 98041eb662
3 changed files with 9 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
int main()
{
Span sp(5);
Span sp = Span(5);
sp.addNumber(6);
sp.addNumber(3);
sp.addNumber(17);