Skip to main content
Commonmark migration
Source Link

#MATL, 15 bytes

MATL, 15 bytes

'Hello World'Z# 

This creates a file called inout and writes the string to it.

#MATL, 15 bytes

'Hello World'Z# 

This creates a file called inout and writes the string to it.

MATL, 15 bytes

'Hello World'Z# 

This creates a file called inout and writes the string to it.

Source Link
Luis Mendo
  • 106.7k
  • 10
  • 139
  • 382

#MATL, 15 bytes

'Hello World'Z# 

This creates a file called inout and writes the string to it.