Added some missing files

Fri, 18 Oct 2024 13:50:52 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Fri, 18 Oct 2024 13:50:52 -0500
changeset 1
29738fae471e
parent 0
989e2fe08db2
child 2
86e0228f38f8

Added some missing files

.hgignore file | annotate | diff | comparison | revisions
src/main.rs file | annotate | diff | comparison | revisions
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Fri Oct 18 13:50:52 2024 -0500
@@ -0,0 +1,1 @@
+^target$
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/main.rs	Fri Oct 18 13:50:52 2024 -0500
@@ -0,0 +1,7 @@
+
+mod manifold;
+mod cube;
+
+fn main() {
+
+}

mercurial