First commit
This commit is contained in:
5
IUT/Info1/TD/Exercices/Exercice_diapo/exemple.cpp
Normal file
5
IUT/Info1/TD/Exercices/Exercice_diapo/exemple.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "exemple.h"
|
||||
|
||||
float f(float x) {
|
||||
return 2 * x + 1;
|
||||
}
|
||||
Reference in New Issue
Block a user