Skip to main content
Commonmark migration
Source Link

##VTL-2, 21 bytes

VTL-2, 21 bytes

1 ?="Hello, World!" 

? is the I/O system variable in VTL-2. Byte count may seem off, but line numbers are always two bytes, and the CR at the end of the line is mandatory and counted. Space between line numbers and commands is also mandatory.

##VTL-2, 21 bytes

1 ?="Hello, World!" 

? is the I/O system variable in VTL-2. Byte count may seem off, but line numbers are always two bytes, and the CR at the end of the line is mandatory and counted. Space between line numbers and commands is also mandatory.

VTL-2, 21 bytes

1 ?="Hello, World!" 

? is the I/O system variable in VTL-2. Byte count may seem off, but line numbers are always two bytes, and the CR at the end of the line is mandatory and counted. Space between line numbers and commands is also mandatory.

Source Link
brhfl
  • 1.5k
  • 11
  • 14

##VTL-2, 21 bytes

1 ?="Hello, World!" 

? is the I/O system variable in VTL-2. Byte count may seem off, but line numbers are always two bytes, and the CR at the end of the line is mandatory and counted. Space between line numbers and commands is also mandatory.