]> gitweb.factorcode.org Git - factor.git/commitdiff
Initial commit
authorDiego Martinelli <martinelli.diego@gmail.com>
Fri, 8 May 2009 08:33:20 +0000 (10:33 +0200)
committerDiego Martinelli <martinelli.diego@gmail.com>
Fri, 8 May 2009 08:33:20 +0000 (10:33 +0200)
extra/hashcash/authors.txt [new file with mode: 0755]
extra/hashcash/hashcash.factor [new file with mode: 0755]

diff --git a/extra/hashcash/authors.txt b/extra/hashcash/authors.txt
new file mode 100755 (executable)
index 0000000..e69de29
diff --git a/extra/hashcash/hashcash.factor b/extra/hashcash/hashcash.factor
new file mode 100755 (executable)
index 0000000..fe7cf10
--- /dev/null
@@ -0,0 +1,4 @@
+! Copyright (C) 2009 Your name.
+! See http://factorcode.org/license.txt for BSD license.
+USING: ;
+IN: hashcash