mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-20 12:39:08 +08:00
4 lines
33 B
Batchfile
Executable File
4 lines
33 B
Batchfile
Executable File
@echo off
|
|
set /p var=
|
|
echo %var%
|