6 lines
145 B
Text
6 lines
145 B
Text
import String;
|
|
import Crypto.MD5;
|
|
|
|
int main(){
|
|
write( string2hex( hash( "The quick brown fox jumped over the lazy dog's back" ) ) + "\n" );
|
|
}
|