sandbox/hugoj/test_interp/constant.h

    #ifndef CONSTANT_H
    #define CONSTANT_H
     
    #define PI 3.14159265359
    
    #endif