- Added package structure

This commit is contained in:
Tristan B. Velloza Kildaire 2023-04-29 17:38:00 +02:00
parent 9d2d5155ec
commit cf7d29ebbd
2 changed files with 2 additions and 6 deletions

View File

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

View File

@ -0,0 +1,2 @@
module cryptstream;