From 95b65475cd1d77f934c2ca7d52909ade1d5230d1 Mon Sep 17 00:00:00 2001 From: reemo Date: Wed, 20 Nov 2024 20:26:35 -0600 Subject: [PATCH] test 2 reemo instead of alleclcllclcllccl --- iirc.settings | 2 +- source/app.d | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iirc.settings b/iirc.settings index a05641c..ddade2d 100644 --- a/iirc.settings +++ b/iirc.settings @@ -3,7 +3,7 @@ "toolchain": "default", "arch": "default", "verbose": false, - "dub_additional_params": "" + "dub_additional_params": null }, "debug": { "external_console": true diff --git a/source/app.d b/source/app.d index 025a598..5d3cd9e 100644 --- a/source/app.d +++ b/source/app.d @@ -1,5 +1,5 @@ - import std.stdio; + void main(string[] args) { writeln("Hello World!"); writeln("Press enter...");