Facebook
From Obese Moth, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 312
  1. const a = [][]const u8{
  2.     \\aaa
  3. ,
  4.     \\bbb
  5. };
  6.  
  7. versus
  8.  
  9. const a = [][]const u8{
  10.     \\aaa
  11.     ,
  12.     \\bbb
  13. };
  14.