User:Jakechoward

From Wikipedia, the free encyclopedia

A junior at Northeastern University studying Computer Science and Computer Engineering. A thrill seeker in the language arts looking to discover the most rowdy uses of diction across English.


Catch me hanging at Lou's cranking that Cholesterol with the hash-brown.


<-- less explosive than my profile.


My greatest creation.

#include <stdlib.h>
#include <stdio.h>

using namespace std;

int main(int argc, char* argv[]) {
    string me = "jake";
    string you = "you";
    printf("%s is the best. %s are ok ig", me, you);
    
    return 0;
}