mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
+ | First commit, makefile and basic compilation
This commit is contained in:
19
srcs/RT.cpp
Normal file
19
srcs/RT.cpp
Normal file
@ -0,0 +1,19 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* 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);
|
||||
}
|
Reference in New Issue
Block a user