From aryx, 6 Years ago, written in C++.
Embed
  1. // by aryx, 2017
  2.  
  3. #include <iostream>
  4. using namespace std;
  5.  
  6. void main() {
  7.    cout << "nekofei!";
  8. }