Removed uneeded app.d

This commit is contained in:
Tristan B. Velloza Kildaire 2021-12-27 13:11:41 +02:00
parent 27ef2b908e
commit 7d096ce8f2
3 changed files with 18 additions and 6 deletions

View File

@ -1,6 +0,0 @@
import std.stdio;
void main()
{
writeln("Edit source/app.d to start your project.");
}

14
source/libdnet/libdnet.d Normal file
View File

@ -0,0 +1,14 @@
/**
* TODO
*/
module libdnet.libdnet;
public class Client
{
/**
* TODO: We need to re-write Tasky before we can start work on this (urgent)
* TODO: We need to add signal handling to tristanable (not, urgent)
* TODO: We need to check eventy and make sure it is fully completed and
* documented and working (also check if it requires any signal handling, doubt)
*/
}

4
source/libdnet/package.d Normal file
View File

@ -0,0 +1,4 @@
/**
* TODO
*/
module libdnet;