
The Only Way This Ends
Let Everybody Know
We’re in a war for the hearts and minds of a generation and there’s only one way to achieve our aims.
Strikethrough the heart!
When you know what you’re doing nothing else matters. But the trick is knowing what in the fuck your doing.
I need to remember the following things:
- Don’t stop in the middle of doing something important.
- Don’t waste time unless you absolutely have to.
- Don’t spell every word correctly lest someone thing you’re a fucking pedant.
function () {
let var = 100;
if (var <= 100) {
print 'no';
} else {
print 'yes';
}
}