This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Cp cpp": { | |
| "prefix": "cpp", | |
| "body": [ | |
| "#include <bits/stdc++.h>", | |
| "using namespace std;", | |
| "", | |
| "#ifdef aahnik", | |
| "#include \"dbg.cpp\"", | |
| "#else", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| frontend server | |
| server HTML,CSS and frontend js | |
| use ejs to render html | |
| Credits: https://gist.github.com/noampc/6a36885dbe75f24056ac7a3c7f50d2b7 | |
| */ | |
| import express from "express"; |
OlderNewer