CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 20:19:18 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=40408c18ab2699fd7c1603383b17a02bf0b960c85758e5ed716f886da82735afa%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22DvZntDzHl2XaFffns-O9zYmkDR_0Upr5%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d10d390fd9860e-BLR
hold my coffee - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- MODULE variables
- IMPLICIT NONE
- INTEGER, PARAMETER :: n = 5
- REAL, DIMENSION(N) :: a, b
- CONTAINS
- SUBROUTINE print_array_inline(size, arr)
- INTEGER, INTENT(IN) :: size
- REAL, DIMENSION(size), INTENT(IN) :: arr
- INTEGER :: i
- DO i = 1, size
- WRITE(*, "(F12.8)", advance = "no") arr(i)
- END DO
- END SUBROUTINE
- SUBROUTINE print_state()
- CALL print_array_inline(n, a)
- CALL print_array_inline(n, b)
- WRITE(*, *)
- END SUBROUTINE
- END MODULE variables
- PROGRAM hold_my_coffee
- USE variables
- IMPLICIT NONE
- INTEGER :: i
- DO i = 1, 10
- CALL RANDOM_NUMBER(a)
- CALL RANDOM_NUMBER(b)
- CALL print_state()
- END DO
- END PROGRAM hold_my_coffee
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ E
JavaScript | 5 sec ago | 0.25 KB
-
📌 Swapzone +37% glitch
JavaScript | 9 sec ago | 0.24 KB
-
📝 Exchange profit method
JavaScript | 19 sec ago | 0.24 KB
-
⭐ Free Crypto Method ⭐
JavaScript | 28 sec ago | 0.24 KB
-
📝 Crypto Swap Glitch ✅ Working
JavaScript | 37 sec ago | 0.24 KB
-
📝 EASY MONEY GUIDE ✅ Working
JavaScript | 47 sec ago | 0.24 KB
-
📌 ChangeNOW Exploit
JavaScript | 1 min ago | 0.24 KB
-
📌 Instant BTC Profit Method ✅ Working
JavaScript | 1 min ago | 0.24 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