加了函数
This commit is contained in:
@@ -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);
|
||||
}
|
Reference in New Issue
Block a user