I want to set a default snippets in Dev C++ like below -
// Author: Tirtharaj Ghosh
// Time: 1st July, 2021 08:06 PM
#include <bits/stdc++.h>
using namespace std;
int main(){
}
The problem is I cant add the current time as shown above. Any suggestions will be helpful. Thanks in advance.