program main




open(2,file='name.txt')

write (2,*)A,B,C
print*,A

    
end program main

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: