Ultra useful code template

Revision en2, by 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;
}

Tags shitpost, shitposting, template

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English Amou_Purang 2021-12-01 17:32:21 1 (published)
en1 English Amou_Purang 2021-12-01 17:32:03 371 Initial revision (saved to drafts)