Files
2018-03-07 10:24:59 +00:00

12 lines
233 B
Zig

// 11 lines 5 code 3 comments 3 blanks
/// Documentation comment
pub fn main() void {
const a = 5; // not-counted
// Leading-comment
const b = c"line comment embedded //";
const c = \\line comment embedded // //
}