Skip to content

Instantly share code, notes, and snippets.

@hayyi2
Last active September 13, 2021 17:41
Show Gist options
  • Save hayyi2/7969b58db7ea6b0007f746b7d0dd267c to your computer and use it in GitHub Desktop.
Save hayyi2/7969b58db7ea6b0007f746b7d0dd267c to your computer and use it in GitHub Desktop.

Revisions

  1. hayyi2 revised this gist Sep 13, 2021. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions hello.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    document.write("<h1>Hello</h1>")
  2. hayyi2 revised this gist Sep 13, 2021. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions hello.php
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    echo "Hello world";
  3. hayyi2 created this gist Sep 13, 2021.
    1 change: 1 addition & 0 deletions hello.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    print("Hello World")