Skip to content

Instantly share code, notes, and snippets.

@MayowaObisesan
Last active August 7, 2024 08:01
Show Gist options
  • Save MayowaObisesan/67cb9fdfd4d050199fc503e225ea2f6f to your computer and use it in GitHub Desktop.
Save MayowaObisesan/67cb9fdfd4d050199fc503e225ea2f6f to your computer and use it in GitHub Desktop.
This is a demo to show what github gist is all about.
function demo() {
console.log("This is a demo function in javascript");
return;
}
def demo:
print("This is a demo function in Python")
fn main() {
demo();
}
fn demo() {
println!("This is a demo function in rust");
}
@MayowaObisesan
Copy link
Author

Oh cool. This is awesome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment