This website requires JavaScript.
Explore
Help
Sign In
dlang
/
dlang-book
Watch
1
Star
0
Fork
You've already forked dlang-book
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
4ef6fce53b
dlang-book
/
02-основные-типы-данных-выр...
/
src
/
chapter-2-3-15
/
app.d
8 lines
88 B
D
Raw
Blame
History
import
std.stdio
;
void
main
(
)
{
string
line
;
line
.
length
>
0
|
|
line
=
"\n"
;
}
Reference in New Issue
View Git Blame
Copy Permalink