Skip to content

Instantly share code, notes, and snippets.

@kgorman
Created November 5, 2019 22:24
Show Gist options
  • Select an option

  • Save kgorman/c10264c388a0642acf4443228a2e1af2 to your computer and use it in GitHub Desktop.

Select an option

Save kgorman/c10264c388a0642acf4443228a2e1af2 to your computer and use it in GitHub Desktop.

Revisions

  1. Kenny Gorman created this gist Nov 5, 2019.
    5 changes: 5 additions & 0 deletions 1.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    // hello world
    function HELLOWORLD() {
    return "Hello World";
    }
    HELLOWORLD();