test 2
reemo instead of alleclcllclcllccl
This commit is contained in:
parent
f110a8cb66
commit
95b65475cd
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
"toolchain": "default",
|
"toolchain": "default",
|
||||||
"arch": "default",
|
"arch": "default",
|
||||||
"verbose": false,
|
"verbose": false,
|
||||||
"dub_additional_params": ""
|
"dub_additional_params": null
|
||||||
},
|
},
|
||||||
"debug": {
|
"debug": {
|
||||||
"external_console": true
|
"external_console": true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
import std.stdio;
|
import std.stdio;
|
||||||
|
|
||||||
void main(string[] args) {
|
void main(string[] args) {
|
||||||
writeln("Hello World!");
|
writeln("Hello World!");
|
||||||
writeln("Press enter...");
|
writeln("Press enter...");
|
||||||
|
|
Loading…
Reference in a new issue