I hereby claim:
- I am stallemanden on github.
- I am stallemanden (https://keybase.io/stallemanden) on keybase.
- I have a public key ASAvfVUHPB_iBQRWOBgNA4EIcYYEZNhiOt6xQ4PAs6iLTgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| echo -n "Tal mellem 0 og 20: " | |
| read NUM1; | |
| if [ $(($NUM1%2)) -eq 0 ]; | |
| then | |
| ulige=0; | |
| else | |
| ulige=1; | |
| fi |