Skip to content

Instantly share code, notes, and snippets.

@alvineadel
alvineadel / Major File.java
Last active December 30, 2015 09:39 — forked from idan/gist:3135754
import java.util.*;
import java.lang.*;
import java.io.*;
class Main
{
public static void main (String[] args) throws java.lang.Exception
{
Scanner in = new Scanner(System.in);
@alvineadel
alvineadel / 0_reuse_code.js
Created December 5, 2013 18:03
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console