diff --git a/README.md b/README.md new file mode 100644 index 0000000..86b5583 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +

+ +

+ +
+ +

renaissance

+ +

The reference implementation

+ +--- + +
+
\ No newline at end of file diff --git a/branding/logo_single.png b/branding/logo_single.png new file mode 100644 index 0000000..b143930 Binary files /dev/null and b/branding/logo_single.png differ diff --git a/source/app.d b/source/app.d deleted file mode 100644 index c3eec7f..0000000 --- a/source/app.d +++ /dev/null @@ -1,6 +0,0 @@ -import std.stdio; - -void main() -{ - writeln("Edit source/app.d to start your project."); -} diff --git a/source/renaissance/app.d b/source/renaissance/app.d new file mode 100644 index 0000000..6665aa6 --- /dev/null +++ b/source/renaissance/app.d @@ -0,0 +1,6 @@ +module renaissance.app; + +void main() +{ + +} \ No newline at end of file