aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/Intersection/EdgeMain.h
blob: 0ab897c07a35fe586260c9c365ef2ba789de469a (plain)
1
2
3
4
5
6
#include "Intersection_Tests.h"

int main(int argc, char* argv) {
    Intersection_Tests();
    return 0;
}