Add working example of constructor overloading

This commit is contained in:
King_DuckZ 2022-05-15 16:03:29 +02:00
commit b8066a3f34
5 changed files with 118 additions and 10 deletions

View file

@ -1,3 +1,4 @@
subdir('dieroll')
subdir('greet')
subdir('calendar')
subdir('math_vector')