phoenix

Hi

wall

posts

phoenix — 6/30/2021, 4:00:23 PM
#include <stdio.h>

void hi(void) {
   puts("hi");
}
♥ 0 ↩ 0 💬 1 comment
phoenix — 6/30/2021, 3:58:43 PM
fn hi() {
    println!("hi");
}
♥ 0 ↩ 0 💬 0 comments
phoenix — 6/29/2021, 12:47:57 AM
function hi() {
    console.log('hi');
}
♥ 0 ↩ 0 💬 0 comments