Web scraping: Difference between revisions

m
No edit summary
Line 1,056:
=={{header|Julia}}==
I'm using the <code>Requests.jl</code> package for this solution. Note, I used a slightly different URL after finding that the one specified in the task description is deprecated (though it still works).
<lang Julia>using Requests, Printf
function getusnotime()
4,102

edits