remove comments in ch5
This commit is contained in:
6
ch05.jl
6
ch05.jl
@@ -7,9 +7,9 @@
|
|||||||
using HTTP
|
using HTTP
|
||||||
using JSON3
|
using JSON3
|
||||||
query = "https://api.nbp.pl/api/exchangerates/rates/a/usd/" *
|
query = "https://api.nbp.pl/api/exchangerates/rates/a/usd/" *
|
||||||
"2020-06-01/?format=json" #A
|
"2020-06-01/?format=json"
|
||||||
response = HTTP.get(query) #B
|
response = HTTP.get(query)
|
||||||
json = JSON3.read(response.body) #C
|
json = JSON3.read(response.body)
|
||||||
|
|
||||||
# Code for the remainder of section 5.1.2
|
# Code for the remainder of section 5.1.2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user