Skip to content

Instantly share code, notes, and snippets.

@BlameOmar
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BlameOmar/3c90bdab6e28a97fdb89 to your computer and use it in GitHub Desktop.
Save BlameOmar/3c90bdab6e28a97fdb89 to your computer and use it in GitHub Desktop.
A lovely program. By Omar & Grace
#include <stdio.h>
int main() {
char myLovelyString[] = "You're lovely...too";
puts(myLovelyString);
return 0;
}
@robbyoconnor
Copy link

Lol...this took two people to write?

@BlameOmar
Copy link
Author

Multiple eyes and multiple brains = less bugs and more creativity.

@BlameOmar
Copy link
Author

Well, sometimes.

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