You've already forked linux-packaging-mono
7 lines
69 B
C
7 lines
69 B
C
|
|
#include <notexisting.hpp>
|
||
|
|
|
||
|
|
int value(int in)
|
||
|
|
{
|
||
|
|
return 2 * in;
|
||
|
|
}
|