tangled
alpha
login
or
join now
pluie.me
/
zesty
2
fork
atom
Zesty - a pin-accurate, cycle-accurate NES emulator written in Zig
2
fork
atom
overview
issues
pulls
pipelines
zesty
/
src
/
main.zig
at
main
5 lines
97 B
view raw
wrap content
pluie.me
initial commit
6mo ago
a2d803e2
1
const
std
=
@import
(
"
std
"
)
;
2
3
pub
fn
main
(
)
!
void
{
4
std
.
debug
.
print
(
"
Hello from Zesty :3
"
)
;
5
}