Skip to content

Instantly share code, notes, and snippets.

View yehee's full-sized avatar
🚀
Super

Alice yehee

🚀
Super
View GitHub Profile
@yehee
yehee / solution.java
Last active April 23, 2022 23:21
A starter template for Google Code Jam and Kickstart
import java.io.*;
import java.util.*;
public class Solution {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int T = in.nextInt();
for (int t = 1; t <= T; t++) {
int n = 0;
System.out.printf("Case #%d: %d\n", t, n);

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database