Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 707 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 707 Bytes

GangeVinne

Øv på ganging så du kan vinne matteprøven!

Bruk den her https://jhf.github.io/GangeVinne

Hvordan programmere på din egen maskin

Gjør klar maskina

For å utvikle lokalt.

  • elm-reactor

For å la andre å bruke det du har gjort:

  • elm-make app.elm --output app.js
  • git add .
  • git commit -m 'Programmert'
  • git push