mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-19 02:39:42 +08:00
7 lines
84 B
C++
7 lines
84 B
C++
#include <stdio.h>
|
|
#include "head.h"
|
|
|
|
int multiply(int a, int b)
|
|
{
|
|
return a*b;
|
|
} |