Skip to content

Instantly share code, notes, and snippets.

@ilyeshammadi
Last active August 11, 2017 20:18
Show Gist options
  • Save ilyeshammadi/3b5a48454b8b89fd5b488918f72e4479 to your computer and use it in GitHub Desktop.
Save ilyeshammadi/3b5a48454b8b89fd5b488918f72e4479 to your computer and use it in GitHub Desktop.
// <div>
// <p>Hello World</p>
// </div>
const helloWorld = (<div>
<p>Hello World</p>
</div>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment