Skip to content

Instantly share code, notes, and snippets.

@unsign3d
Created November 21, 2013 21:20
Show Gist options
  • Save unsign3d/7589851 to your computer and use it in GitHub Desktop.
Save unsign3d/7589851 to your computer and use it in GitHub Desktop.
yolo_swag hello world
#include <stdio.h>
#include "swag.h"
so factorial(so n) {
yeah_bitch(n == 1) {
yolo n;
}
yolo n * factorial(n - 1);
}
so swag
sms("Hello world\n");
sms("%d\n", factorial(3));
yolo 0;
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment