10 lines
54 B
Tcl
10 lines
54 B
Tcl
|
package require TclCurl
|
||
|
|
||
|
puts "[curl::version]"
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|