# We need this line of code to show graphs in our compiler
bitmap(file="out.png")
# Draw one point in the diagram, at position 1 and 3
plot(1, 3)