diff options
| author | spv420 <unomilliono@gmail.com> | 2022-04-23 18:40:22 -0400 |
|---|---|---|
| committer | spv420 <unomilliono@gmail.com> | 2022-04-23 18:40:22 -0400 |
| commit | bc3e2818f1c96289f1db2ed367274fb7bb06e89a (patch) | |
| tree | d9b764a032b538e64d8fcbc39046dae6446583f0 /src/js/main.js | |
| parent | bba0b79e286a7b7e64febb8bef7835336a522bbf (diff) | |
yeet
Diffstat (limited to 'src/js/main.js')
| -rw-r--r-- | src/js/main.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/main.js b/src/js/main.js index b67ba34..e040d05 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -34,8 +34,8 @@ function main() { init_sptr_heap(); - puts("we out here\0"); - puts("I came through a portal holding a 40 and a blunt. Do you really wanna test me right now?\0"); + puts("we out here"); + puts("I came through a portal holding a 40 and a blunt. Do you really wanna test me right now?"); log("slide=0x" + slide.toString(16)); log("*(uint8_t*)base = 0x" + read_u8(base).toString(16)); |
