7 lines
56 B
C
7 lines
56 B
C
#include "path2.h"
|
|
|
|
int path2(int x)
|
|
{
|
|
return x*42;
|
|
}
|
|
|
#include "path2.h"
|
|
|
|
int path2(int x)
|
|
{
|
|
return x*42;
|
|
}
|
|
|