RosettaCodeData/Task/Hello-world-Text/Batch-File/hello-world-text-2.bat

3 lines
52 B
Batchfile
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
setlocal enableDelayedExpansion
2026-02-01 16:33:20 -08:00
echo Hello world^^!