This website requires JavaScript.
Explore
Help
Sign In
randrews
/
vulcan
Watch
1
Star
0
Fork
0
You've already forked vulcan
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
a721a7d0b80e485e80c771e0842cbccd47aa7c91
vulcan
/
src
/
main.rs
T
9 lines
93 B
Rust
Raw
Normal View
History
Unescape
Escape
Initial commit
2022-02-18 21:02:17 -06:00
mod
memory
;
mod
address
;
mod
opcodes
;
Move CPU around
2022-02-18 21:43:30 -06:00
mod
cpu
;
Initial commit
2022-02-18 21:02:17 -06:00
fn
main
()
{
println!
(
"Hello, world!"
);
}
Reference in New Issue
Copy Permalink