9 lines
102 B
C++
9 lines
102 B
C++
|
|
#include "template.h"
|
|
|
|
void work()
|
|
{
|
|
int v = diff<int>(9, 5);
|
|
double w = diff<double>(0.5, 0.3);
|
|
}
|