Content deleted Content added
Fix: Crystal's type system isn't structural, its nominal. |
Time object (as of crystal version 1.11) does not include a `now` method. Rather, it has a `local` method. |
||
Line 62:
server = HTTP::Server.new do |context|
context.response.content_type = "text/plain"
context.response.print "Hello world! The time is #{Time.
end
|