Last active
March 28, 2023 14:36
-
-
Save oliverbooth/4988800 to your computer and use it in GitHub Desktop.
Make Me A Sandwich
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Written by Oliver Booth | |
| // Based on an XKCD comic | |
| // http://xkcd.com/149/ | |
| #include <stdio.h> | |
| #include <stdbool.h> | |
| #include <unistd.h> | |
| int main() { | |
| return printf(getuid() ? "What? Make it yourself.\n" : "Okay.\n"); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request: Sandwich fillings
Feature Request: Bread type
Feature Request: Butter type
Feature Request: make me a sandwich too :(