/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* C.hpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: charles +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/04/15 09:57:24 by charles #+# #+# */ /* Updated: 2020/04/15 10:03:30 by charles ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef C_HPP # define C_HPP # include "Base.hpp" class C : public Base { }; #endif