Skip to content

Instantly share code, notes, and snippets.

@kamiljozwik
Last active January 10, 2021 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kamiljozwik/98a3bee94589be505e6f1ad0c9b47aa5 to your computer and use it in GitHub Desktop.
Save kamiljozwik/98a3bee94589be505e6f1ad0c9b47aa5 to your computer and use it in GitHub Desktop.
Gist z dwoma plikami
console.log("cześć świat");
const a = 12;
const b = 10;
function add(a,b) {
return a + b;
};
add(a,b);
@kamiljozwik
Copy link
Author

Cool code!

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