RosettaCodeData/Task/String-length/HolyC/string-length.holyc

3 lines
61 B
Plaintext

U8 *string = "Hello, world!";
Print("%d\n", StrLen(string));