# Functions. # Declare. Declare functions using `fn` keyword. ```rust fn main() {} fn main(x: i32) {} ```