Skip to content

Instantly share code, notes, and snippets.

@SNtGog
SNtGog / test.erl
Created January 17, 2013 17:44
idea
%% Copyright
-module(test).
-author("Gog").
-compile([export_all]).
%% API
-export([start/0,start/1,for/3]).
start() -> start(30).