Skip to content

Commit

Permalink
Rename the byte_type files
Browse files Browse the repository at this point in the history
  • Loading branch information
SasinduDilshara committed Sep 11, 2024
1 parent 44b46d7 commit 3808050
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

The byte type in Ballerina represents an 8-bit unsigned integer, with values ranging from 0 to 255.

::: code bytes.bal :::
::: code byte_type.bal :::

::: out bytes.out :::
::: out byte_type.out :::
File renamed without changes.
3 changes: 3 additions & 0 deletions examples/byte-type/byte_type.out
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
$ bal run byte_type.bal
255
255
3 changes: 0 additions & 3 deletions examples/byte-type/bytes.out

This file was deleted.

0 comments on commit 3808050

Please sign in to comment.