undar-lang/test/malloc.ul

5 lines
69 B
Plaintext
Executable File

print("Enter a string: ");
str msg = read(32);
print(msg);
return 0;