index
:
ING1-Workshops.git
main
Ateliers ING1 2024-2025
Marcellus
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
graphs
/
cpp
/
war
/
knight.cc
blob: be52105bfcdfebd9aee57d7bf13dfa86cdad714d (
plain
)
1
2
3
4
5
#include "knight.hh" Knight::Knight() : Soldier(20, 5, "Be quick or be dead!") {}