Skip to content

Instantly share code, notes, and snippets.

View quantumelixir's full-sized avatar

Angel System quantumelixir

View GitHub Profile
@quantumelixir
quantumelixir / spiral.go
Created January 14, 2011 19:25
Prints a clockwise spiral of numbers 1, 2, 3, ...
package main
import "fmt"
func main() {
size := 7
grid := make([][]int, size)
for k := 0; k < size; k++ {
@quantumelixir
quantumelixir / latex-challenge.tex
Created August 5, 2010 16:47
Latex Equation Challenge
\documentclass[12pt]{article}
\usepackage{fullpage}
\usepackage[fleqn]{amsmath}
\begin{document}
\begin{abstract}
\begin{center}
Equation Challenge
\end{center}