reverse-string, switch solution files (#19)
This commit is contained in:
@@ -10,8 +10,7 @@ ENDCLASS.
|
||||
CLASS zcl_reverse_string IMPLEMENTATION.
|
||||
|
||||
METHOD reverse_string.
|
||||
" Please complete the implementation of the reverse_string method
|
||||
result = input.
|
||||
result = reverse( input ).
|
||||
ENDMETHOD.
|
||||
|
||||
ENDCLASS.
|
||||
ENDCLASS.
|
||||
@@ -10,7 +10,8 @@ ENDCLASS.
|
||||
CLASS zcl_reverse_string IMPLEMENTATION.
|
||||
|
||||
METHOD reverse_string.
|
||||
result = reverse( input ).
|
||||
" Please complete the implementation of the reverse_string method
|
||||
result = input.
|
||||
ENDMETHOD.
|
||||
|
||||
ENDCLASS.
|
||||
ENDCLASS.
|
||||
Reference in New Issue
Block a user