Skip to content

Instantly share code, notes, and snippets.

@Vages
Created December 31, 2021 07:22
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 Vages/6b4ae079277776694ee91bac0e07db1c to your computer and use it in GitHub Desktop.
Save Vages/6b4ae079277776694ee91bac0e07db1c to your computer and use it in GitHub Desktop.
A small library meant to be used in Kode 2
export function leggSammen(a, b) {
return a + b
}
export function multipliser(a, b) {
return a * b
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment