Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
escreve.f90
zrhans
Jan 8th, 2021
2,691
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Fortran
0.13 KB
| None
|
0
0
raw
download
clone
embed
print
report
program
escrita
implicit
none
real
::
a
, b
open
(
10
,
file
=
'texte.txt'
)
a
=
0.2
; b
=
-
3.4
;
write
(
10
,
*
)
a, b
End
Program
escrita
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
CSES_Tree_Distances_I
C++ | 2 min ago | 4.80 KB
💡 EASY MONEY GUIDE ✅ Working
JavaScript | 4 min ago | 0.22 KB
Задачите от 26.10.2025
Python | 12 min ago | 4.61 KB
⭐Profit Method⭐ 🔥💵
JavaScript | 17 min ago | 0.20 KB
Untitled
Haxe | 26 min ago | 1.43 KB
💎 ChangeNOW Exploit
JavaScript | 27 min ago | 0.22 KB
Shhshs
JSON | 30 min ago | 0.36 KB
Counter Display rev_02
Arduino | 35 min ago | 2.83 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!