8 lines
91 B
C
8 lines
91 B
C
#include <stdio.h>
|
|
#include "mymath.h"
|
|
|
|
int main()
|
|
{
|
|
printf("Nr: %d\n", plusone(5));
|
|
}
|