10 lines
78 B
C++
10 lines
78 B
C++
#include "ray2.h"
|
|
#include "ray3.h"
|
|
|
|
int main(void) {
|
|
|
|
//ray3();
|
|
ray2();
|
|
|
|
}
|