Update README

This commit is contained in:
Sofia 2025-07-14 22:57:33 +03:00
parent 587aa1d7f2
commit 0e5f12e0e2
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ fn fibonacci(n: u16) -> u16 {
Currently missing relevant features (TODOs) are:
- ~~Arrays~~ (DONE)
- Structs (and custom types as such)
- Extern functions
- ~~Extern functions~~ (DONE)
- ~~Strings~~ (DONE)
- Loops

View File

@ -35,7 +35,7 @@
//! Currently missing relevant features (TODOs) are:
//! - ~~Arrays~~ (DONE)
//! - Structs (and custom types as such)
//! - Extern functions
//! - ~~Extern functions~~ (DONE)
//! - ~~Strings~~ (DONE)
//! - Loops
//! ```