Skip to content

Instantly share code, notes, and snippets.

@deostroll
Created December 9, 2015 13:30
Show Gist options
  • Save deostroll/5066e6605769df23c8f6 to your computer and use it in GitHub Desktop.
Save deostroll/5066e6605769df23c8f6 to your computer and use it in GitHub Desktop.
imports {sum , pi} from './lib/calc'
window.addEventListener('load', () => {
document.getElementById('content').innerHTML = sum(pi,pi);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment