RosettaCodeData/Task/MD4/Tcl/md4.tcl

5 lines
116 B
Tcl
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
package require md4
# Use -hex option for hexadecimal output instead of binary
puts [md4::md4 -hex "Rosetta Code"]