Skip to content

Commit 95a9412

Browse files
committed
fixed program name
1 parent ff4bbd4 commit 95a9412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/hashmaps/example_hashmaps_get_all_keys.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
program example_set_other_data
1+
program example_hashmaps_get_all_keys
22
use stdlib_kinds, only: int32
33
use stdlib_hashmaps, only: chaining_hashmap_type
44
use stdlib_hashmap_wrappers, only: fnv_1_hasher, &
@@ -49,4 +49,4 @@ function key_to_char(key) result(str)
4949
allocate( character(len=size(key%value)) :: str_mold )
5050
str = transfer(key%value, str_mold)
5151
end function key_to_char
52-
end program example_set_other_data
52+
end program example_hashmaps_get_all_keys

0 commit comments

Comments
 (0)