cairo-lang-parser 2.9.3

Cairo parser.
Documentation
1
2
3
4
5
use std::format;

fn foo(a: int) -> felt252 {
    return a;
}