This website works better with JavaScript.
Explore
Help
Sign In
elal
/
hsf
mirror of
https://github.com/E-Almqvist/hsf
Watch
1
Star
0
Fork
You've already forked hsf
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Merge branch 'master' of github.com:E-Almqvist/prog2
Browse Source
master
E. Almqvist
3 years ago
parent
86a6e4ecd8
a1dcd90ef8
commit
0f013a6558
1 changed files
with
7 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
7
wesweb01/srvtest/server.rb
7
wesweb01/srvtest/server.rb
Unescape
Escape
View File
@ -0,0 +1,7 @@
#!/usr/bin/ruby -w
require
"
sinatra
"
get
(
"
/hello
"
)
do
return
"
Hello friend.
"
end
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
elal/hsf
Title
Body
Create Issue