add sample compiler output from testhashxc

remove unused class
This commit is contained in:
zzz
2024-01-09 05:45:31 -05:00
parent 67e683b80b
commit c7dbec3dc0
2 changed files with 1191 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +0,0 @@
package net.i2p.pow.hashx;
class Compiled {
static void execute(long[] r) {
}
}