Files
RT_GPU/srcs/RT.cpp
2024-09-27 15:01:48 +02:00

19 lines
983 B
C++

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* RT.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: TheRed <TheRed@students.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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);
}