From a3d19fc515622b49cdff0dc934e289ee5e512ec6 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Thu, 29 Dec 2022 15:41:22 +0200 Subject: [PATCH] Renamed module --- source/{app.d => libpb.d} | 2 ++ 1 file changed, 2 insertions(+) rename source/{app.d => libpb.d} (99%) diff --git a/source/app.d b/source/libpb.d similarity index 99% rename from source/app.d rename to source/libpb.d index 9e18e2e..7f77244 100644 --- a/source/app.d +++ b/source/libpb.d @@ -1,3 +1,5 @@ +module libpb; + import std.json; import std.stdio; import std.net.curl;