Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 144 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 144 Bytes

hello-world

Starting

I love pokemon and boys.

#include <iostream>
using namespace std;
int main()
{
    cout<<"I love Jiji!"<<endl;
}