Amou_Purang's blog

By Amou_Purang, history, 2 years ago, In English

Today I want to introduce the most essential code template, by which you can easily become red from a newbie. Copy and paste this template to every .cpp file you create:

#include<iostream>
using namespace std;

int main() {
    return 0;
}

  • Vote: I like it
  • -29
  • Vote: I do not like it