Skip to content

Instantly share code, notes, and snippets.

View conclube's full-sized avatar
🇸🇪
Haj

Conclube conclube

🇸🇪
Haj
  • Stockholm, Sweden
View GitHub Profile
@conclube
conclube / Latex code.tex
Last active December 19, 2022 22:55
Math Matrix Problem 1.131
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{mathtools}
\title{Math Specialisation Problem 1.131}
\author{Alexander Lorentzson}
@conclube
conclube / Data.java
Last active April 13, 2021 10:51
Dependency Injection
public class Data {
/* Arbitrary data in this class */
}