Skip to content

Instantly share code, notes, and snippets.

@oliverbooth
Last active March 28, 2023 14:36
Show Gist options
  • Select an option

  • Save oliverbooth/4988800 to your computer and use it in GitHub Desktop.

Select an option

Save oliverbooth/4988800 to your computer and use it in GitHub Desktop.
Make Me A Sandwich
// 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");
}
@WooshiiDev

Copy link
Copy Markdown

Feature Request: Sandwich fillings
Feature Request: Bread type
Feature Request: Butter type
Feature Request: make me a sandwich too :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment