From cfc17e4bc9b5434c875af457e947dff5dfd3ab66 Mon Sep 17 00:00:00 2001 From: reemo Date: Wed, 27 Nov 2024 09:01:58 -0600 Subject: [PATCH] test 5 can you believe how many times ive had to test this? --- dub.sdl | 2 +- source/app.d | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dub.sdl b/dub.sdl index 0426007..7c89c01 100644 --- a/dub.sdl +++ b/dub.sdl @@ -1,4 +1,4 @@ name "iirc" description "irc gateway for flashii chat" authors "reemo" -license "proprietary" +license "CC0" diff --git a/source/app.d b/source/app.d index bbd7e81..33c78de 100644 --- a/source/app.d +++ b/source/app.d @@ -1,5 +1,6 @@ import std.stdio; + void main() { writeln("woomy irl"); }