Skip to content

Commit

Permalink
update examples accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranavchiku committed Nov 2, 2023
1 parent 553efbf commit 42488bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/ascii/example_ascii_reverse.f90
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
program example_reverse
use stdlib_ascii, only: reverse
use stdlib_strings, only: reverse
implicit none
print'(a)', reverse("Hello, World!") ! returns "!dlroW ,olleH"
end program example_reverse
2 changes: 1 addition & 1 deletion example/string_type/example_reverse.f90
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
program example_reverse
use stdlib_string_type
use stdlib_strings
implicit none
type(string_type) :: string, reverse_string

Expand Down

0 comments on commit 42488bc

Please sign in to comment.