mirror of
https://github.com/Noratrieb/coldsquare.git
synced 2026-01-16 17:35:10 +01:00
make this more debuggable
This commit is contained in:
parent
b07a20566c
commit
ef797d6fa2
3 changed files with 72 additions and 32 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use coldsquare::parse_class_file;
|
||||
|
||||
fn main() {
|
||||
let file = "primeNumberChecker.class";
|
||||
let file = "Test.class";
|
||||
let file = std::fs::read(file).unwrap();
|
||||
|
||||
let class_file = parse_class_file(file).unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue