mirror of
https://github.com/deavminet/libdnet.git
synced 2025-02-17 11:36:51 +00:00
Removed uneeded app.d
This commit is contained in:
parent
27ef2b908e
commit
7d096ce8f2
@ -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
14
source/libdnet/libdnet.d
Normal 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
4
source/libdnet/package.d
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
/**
|
||||||
|
* TODO
|
||||||
|
*/
|
||||||
|
module libdnet;
|
Loading…
Reference in New Issue
Block a user