/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* RT.c :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: TheRed +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/09/27 14:51:49 by TheRed #+# #+# */ /* Updated: 2024/09/27 14:51:49 by TheRed ### ########.fr */ /* */ /* ************************************************************************** */ #include "RT.h" int main(void) { std::cout << "Hello World!" << std::endl; return (0); }