I hereby claim:
- I am ifreilicht on github.
- I am ifreilicht (https://keybase.io/ifreilicht) on keybase.
- I have a public key whose fingerprint is A3E6 E11A 81B7 339B F1D9 E6E6 82C7 8DFB 006C 3990
To claim this, I am signing this object:
| git clone https://github.com/nix-community/nixd.git | |
| cd nixd | |
| nix build -L .# |
| #!/usr/bin/env python3 | |
| import time | |
| try: | |
| while True: | |
| print('Sleeping...') | |
| time.sleep(1) | |
| finally: | |
| print('Reached finally clause!') |
| #include <ArduinoSTL.h> | |
| void setup() { | |
| Serial.begin(9600); | |
| pinMode(13, OUTPUT); | |
| } | |
| bool led_on = false; | |
| void loop() { |
I hereby claim:
To claim this, I am signing this object: