Creato il primo esercizio
This commit is contained in:
9
1_funzioni/funzioni.h
Normal file
9
1_funzioni/funzioni.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef XG_FUNCTION
|
||||
#define XG_FUNCTION
|
||||
|
||||
int somma (int x, int y);
|
||||
int prodotto (int x, int y);
|
||||
int potenza (int x, int y);
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user