Add files via upload

This commit is contained in:
Ki Rill 2019-12-15 16:19:23 +06:00 committed by GitHub
parent 21f28754ea
commit 3b740260ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

5
lesson#2/main.d Normal file
View File

@ -0,0 +1,5 @@
import std.stdio; // input & output
void main() {
writeln("Hello, Dlang!");
}