mirror of
https://github.com/mre/mos6502.git
synced 2025-02-20 09:29:02 +00:00
Run 'cargo new 6502emu --bin'
This commit is contained in:
parent
339350c34a
commit
e6623c443c
1
6502emu/.gitignore
vendored
Normal file
1
6502emu/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/target
|
4
6502emu/Cargo.lock
generated
Normal file
4
6502emu/Cargo.lock
generated
Normal file
@ -0,0 +1,4 @@
|
||||
[root]
|
||||
name = "6502emu"
|
||||
version = "0.0.1"
|
||||
|
5
6502emu/Cargo.toml
Normal file
5
6502emu/Cargo.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[package]
|
||||
|
||||
name = "6502emu"
|
||||
version = "0.0.1"
|
||||
authors = ["Andrew Keeton <andrewrkeeton@gmail.com>"]
|
3
6502emu/src/main.rs
Normal file
3
6502emu/src/main.rs
Normal file
@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!")
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user