This website requires JavaScript.
Explore
Help
Sign In
forks
/
learn-dlang
mirror of
https://github.com/rillki/learn-dlang.git
Watch
1
Star
0
Fork
You've already forked learn-dlang
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3b740260ee
learn-dlang
/
lesson#2
/
main.d
5 lines
79 B
D
Raw
Blame
History
import
std.stdio
;
// input & output
void
main
(
)
{
writeln
(
"Hello, Dlang!"
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink