Skip to content

Commit

Permalink
Update 13-bytes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
boyney123 authored Sep 25, 2024
1 parent 9bf7869 commit 6d9c998
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions example_versioned_docs/version-latest/13-bytes.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,6 @@ let base64: bytes = bytes.fromBase64("aGVsbG8=");

// get bytes from hex value
let hex: bytes = bytes.fromHex("68656c6c6f");

log(Json.stringify(rawData));
log(Json.stringify(rawString));
log(Json.stringify(base64));
log(Json.stringify(hex));
```

```bash title="Wing console output"
# Run locally with wing console
{"_data":{"0":104,"1":101,"2":108,"3":108,"4":111}}
{"_data":{"0":104,"1":101,"2":108,"3":108,"4":111}}
{"_data":{"0":104,"1":101,"2":108,"3":108,"4":111}}
{"_data":{"0":104,"1":101,"2":108,"3":108,"4":111}}
```


Expand Down

0 comments on commit 6d9c998

Please sign in to comment.