Ultra useful code template

Правка en2, от Amou_Purang, 2021-12-01 17:32:21

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;
}

Теги shitpost, shitposting, template

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский Amou_Purang 2021-12-01 17:32:21 1 (published)
en1 Английский Amou_Purang 2021-12-01 17:32:03 371 Initial revision (saved to drafts)