5
ronDev
6y

Write a function that shows off a cool stuff about your favorite programming language
Me:
function coolstuff(){
echo "I can always google and reffer everything and stack overflow got my back";
}

Comments
  • 0
    I once made a 10+ lines hello world program. Works by compiling a string with a class library on the fly and executing a method from it.
  • 1
    (|x| (move || println!("Hello, {}", x)))("Rust")();
Add Comment