Add an empty main (for now)
This commit is contained in:
17
source/main.cpp
Normal file
17
source/main.cpp
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* DoRayMe - a quick and dirty Raytracer
|
||||
*
|
||||
* Main app
|
||||
*
|
||||
* Created by Manoël Trapier
|
||||
* Copyright (c) 2020 986-Studio.
|
||||
*
|
||||
*/
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
printf("Hello !\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user