Initial commit
This commit is contained in:
9
kapitel15/matte/minmattefunk.c
Normal file
9
kapitel15/matte/minmattefunk.c
Normal file
@@ -0,0 +1,9 @@
|
||||
int kvadrat(int x)
|
||||
{
|
||||
return x*x;
|
||||
}
|
||||
|
||||
int kubik(int x)
|
||||
{
|
||||
return x*x*x;
|
||||
}
|
||||
Reference in New Issue
Block a user