charshift funktion
This commit is contained in:
@@ -13,4 +13,8 @@ namespace ax{
|
||||
int sqrt(int x){
|
||||
return x*x;
|
||||
}
|
||||
|
||||
char shift(char x){
|
||||
return x-1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user