mirror of
https://github.com/buggins/dlangide.git
synced 2025-04-27 21:49:56 +03:00
add readln() to helloworld project template
This commit is contained in:
parent
78a78ec070
commit
a99fd65aa1
1 changed files with 2 additions and 0 deletions
|
@ -385,6 +385,8 @@ immutable string SOURCE_CODE_HELLOWORLD = q{
|
|||
import std.stdio;
|
||||
void main(string[] args) {
|
||||
writeln("Hello World!");
|
||||
writeln("Press enter...");
|
||||
readln();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue