diff --git a/source/main.cpp b/source/main.cpp new file mode 100644 index 0000000..a950fad --- /dev/null +++ b/source/main.cpp @@ -0,0 +1,17 @@ +/* + * DoRayMe - a quick and dirty Raytracer + * + * Main app + * + * Created by Manoƫl Trapier + * Copyright (c) 2020 986-Studio. + * + */ +#include + + +int main(int argc, char *argv[]) +{ + printf("Hello !\n"); + return 0; +} \ No newline at end of file