I hereby claim:
- I am mcgirr on github.
- I am mcgirr (https://keybase.io/mcgirr) on keybase.
- I have a public key whose fingerprint is E0D5 5F57 5D0E 9F19 8913 B8C9 B176 2692 7B2A A806
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env stack | |
| {- stack | |
| script | |
| --resolver lts-8.22 | |
| --package http-conduit | |
| --package aeson | |
| --package text | |
| --package unordered-containers | |
| --package directory | |
| -} |
| fn main () | |
| { | |
| let martini_emoji = '\u{1F378}'; | |
| println!("{}", martini_emoji); | |
| } |
| /* | |
| * emoji.c | |
| * Mike McGirr | |
| * A little bit of code to print out the cocktail emoji. | |
| */ | |
| #include <stdio.h> | |
| #include <wchar.h> | |
| #include <locale.h> | |
| int main() |