@phoenix

Hi
Wall
#include <stdio.h>

void hi(void) {
   puts("hi");
}
fn hi() {
    println!("hi");
}
function hi() {
    console.log('hi');
}