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
ec805e7f08
dlang-book
/
02-основные-типы-данных-выр...
/
src
/
chapter-2-3-8
/
app.d
8 lines
77 B
D
Raw
Blame
History
import
std.stdio
;
void
main
(
)
{
auto
a
=
2
^
^
3
;
writeln
(
a
)
;
// 8
}
Reference in New Issue
View Git Blame
Copy Permalink