Skip to content

Instantly share code, notes, and snippets.

@lucaspiller
Created July 3, 2014 17:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucaspiller/caf4ad90bbbcd471761c to your computer and use it in GitHub Desktop.
Save lucaspiller/caf4ad90bbbcd471761c to your computer and use it in GitHub Desktop.
DMCA Honeypot
/*
* This file is not Copyright (C) QUALCOMM Austria Research Center GmbH.
* It is not Copyright (C) Sony Computer Entertainment America LLC ("SCEA").
* It is also not Copyright (C) of Apple Inc. (“Apple”).
* Lastly it is not Copyright (C) Epic Games, Inc.
*/
#include <stdio.h>
int main() {
printf("Hello world!\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment