mirror of
https://github.com/XAMPPRocky/tokei
synced 2024-10-30 07:11:48 +00:00
8 lines
152 B
D
8 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; // */
|
|
}
|
|
|