mirror of https://github.com/actions/toolkit
4 lines
33 B
Batchfile
4 lines
33 B
Batchfile
|
@echo off
|
||
|
set /p var=
|
||
|
echo %var%
|