Skip to content

Commit

Permalink
Update README.md (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackparsonss committed Jul 2, 2024
1 parent d1c85ae commit 895811e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const y: i32 = x;

### Types
- **i32**: 32-bit integer
- **i64**: 64-bit integer
- **ch**: 8-bit ascii character
- **bool**: 1-bit boolean(true/false)

Expand Down Expand Up @@ -103,5 +104,3 @@ fn main(): i32 {
let a: bool = 5 != 5 && 5 == 5;
}
```
```
```

0 comments on commit 895811e

Please sign in to comment.