mirror of
https://github.com/XAMPPRocky/tokei.git
synced 2026-05-28 00:20:57 +02:00
9 lines
152 B
D
9 lines
152 B
D
/* 8 lines 5 code 1 comments 2 blanks */
|
|
|
|
void main() {
|
|
auto x = 5; /+ a /+ nested +/ comment /* +/
|
|
writefln("hello");
|
|
auto y = 4; // */
|
|
}
|
|
|