chroma/lexers/testdata/chapel.actual

7 lines
181 B
Text
Raw Permalink Normal View History

2025-03-22 20:46:00 +13:00
config const numMessages = 100;
forall msg in 1..numMessages do
writeln("Hello, world! (from iteration ", msg, " of ", numMessages, ")");
// Oh, and a comment for good measure.