mirror of
https://github.com/actions/toolkit
synced 2025-05-08 16:17:40 +00:00
3 lines
33 B
Batchfile
Executable file
3 lines
33 B
Batchfile
Executable file
@echo off
|
|
set /p var=
|
|
echo %var%
|