Files
strangecpp/cpplinker/02_symbol_resolution/math.cpp
2026-02-24 10:21:15 +01:00

4 lines
63 B
C++

#include <iostream>
double square(double x) { return x * x; }