Files
CITISE1/IUT/Info1/TD/Exercices/temp/exemple.cpp
2026-04-08 20:11:20 +02:00

5 lines
64 B
C++

#include "exemple.h"
float f(float x) {
return 2 * x + 1;
}