Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
4
Task/Base64-decode-data/Tcl/base64-decode-data.tcl
Normal file
4
Task/Base64-decode-data/Tcl/base64-decode-data.tcl
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
package require tcl 8.6
|
||||
set data VG8gZXJyIGlzIGh1bWFuLCBidXQgdG8gcmVhbGx5IGZvdWwgdGhpbmdzIHVwIHlvdSBuZWVkIGEgY29tcHV0ZXIuCiAgICAtLSBQYXVsIFIuIEVocmxpY2g=
|
||||
|
||||
puts [binary decode base64 $data]
|
||||
Loading…
Add table
Add a link
Reference in a new issue