CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 03:45:23 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=74dab7242d19be49b84e37c4d0a269e60330dc6371267cb2be5bdc67105794f2a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22v9FMhcTaKhhSIify5TIpRCLyIE9sVHQy%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d39aa9591dc151-BLR
Semantyka - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Learn more about F# at https://fsharp.org
- open System
- let rec (^^) x y =
- match y with
- | 0 -> 1
- | _ -> x * (x^^(y-1))
- let rec suma (a, b) =
- match b with
- | 0 -> a
- | _ -> a + b + suma(a, (b-1))
- let tylkoMaleLitery (str:System.String) =
- str.ToLower() = str
- let rec mRn (m, n) =
- match n with
- | 0 -> 0
- | 1 -> m
- | _ -> m + mRn(m, n-1)
- let wystOdItego(str:System.String, i, ch, start) =
- match i with
- | str.Length -> start
- | _ -> start + wyst
- [<EntryPoint>]
- let main _ =
- printf "%A" <| wystOdItego("abcaa", 2, 'a')
- ignore (System.Console.ReadKey(true))
- 0
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐
Java | 5 sec ago | 0.10 KB
-
⭐⭐⭐Instant Profit Method⭐⭐
Java | 30 sec ago | 0.10 KB
-
⭐⭐⭐Make $15OO in 2O minutesV G⭐⭐
Java | 41 sec ago | 0.10 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ G
JavaScript | 50 sec ago | 0.25 KB
-
⭐⭐⭐Crypto Accounts⭐⭐
Java | 52 sec ago | 0.10 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ X
JavaScript | 59 sec ago | 0.25 KB
-
⭐⭐⭐Make $1500 in 20 minutes⭐⭐
Java | 1 min ago | 0.10 KB
-
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ X
JavaScript | 1 min ago | 0.25 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