This website requires JavaScript.
Explore
Help
Sign In
coolaj86
/
fizzbuzz
mirror of
https://github.com/coolaj86/fizzbuzz.git
Watch
1
Star
0
Fork
You've already forked fizzbuzz
0
Code
Issues
Projects
Releases
Wiki
Activity
59e44cbcef
fizzbuzz
/
json-chat-nodejs
/
config.js
12 lines
119 B
JavaScript
Raw
Blame
History
(
function
(
)
{
"use strict"
;
var
config
config
=
{
port
:
5080
}
;
module
.
exports
=
config
;
}
(
)
)
;
Reference in New Issue
View Git Blame
Copy Permalink