#include "euler.h" #include "print.h"
#include "euler.h"
#include "print.h"
Go to the source code of this file.
Definition in file test-disk.cc.
Definition at line 22 of file test-disk.cc.
00023 { 00024 cout << solid_t::disk() << endl; 00025 return 0; 00026 }