7 lines
65 B
C
7 lines
65 B
C
#include <Rational.h>
|
|
|
|
main ()
|
|
{
|
|
Rational r = Rational (PI);
|
|
}
|