Update Crate and Examples

This commit is contained in:
GuilhermeWerner
2021-04-18 20:02:28 -03:00
parent b82addd7e5
commit 293aef9dbf
6 changed files with 48 additions and 27 deletions

View File

@ -4,11 +4,6 @@
using namespace std;
extern float Add(float Num1, float Num2);
extern float Divide(float Num1, float Num2);
extern float Multiply(float Num1, float Num2);
extern float Subtract(float Num1, float Num2);
int main()
{
int num1 = 1;