加了函数

This commit is contained in:
nvhaizi1
2022-05-08 22:12:14 +08:00
parent 34a8ff18ad
commit 03ecf9c884
2 changed files with 8 additions and 3 deletions

View File

@@ -1,4 +1,8 @@
//
// Created by ricardo on 2022/5/6.
//
#include "controller.h"
#include "controller.h"
int add(int a,int b)
{
printf("%d",a+b);
}