repo.or.cz
/
fuzed.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
yaws 1.73 compatibility
[fuzed.git]
/
elibs
/
fuzed.erl
blob
0ae732b9f07ba189fab199bd5764257104aada43
1
-
module
(
fuzed
).
2
3
-
export
([
start
/
0
]).
4
5
start
() ->
6
application
:
load
(
fuzed
),
7
application
:
start
(
fuzed
).