Files
uni/ws2019/ipi/uebungen/cpp_headers/quadratfunktion.cc
T

6 lines
51 B
C++

int quadrat (int x)
{
return x*x;
}