reemo instead of alleclcllclcllccl
This commit is contained in:
reemo 2024-11-20 20:26:35 -06:00
parent f110a8cb66
commit 95b65475cd
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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...");