Problem Description

Read stdin as stream and print sha256 hex.

Input Format

stdin: any text.

Output Format

Print sha256.

Sample Test Case

Input:
meetcode
Output:
(hash)

Constraints

Use crypto hash and update on data.

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next