oxido.megatank58.xyz
Open in
urlscan Pro
2606:4700:3030::ac43:c3b5
Public Scan
Submitted URL: http://oxido.megatank58.xyz/
Effective URL: https://oxido.megatank58.xyz/
Submission: On November 13 via api from US — Scanned from GB
Effective URL: https://oxido.megatank58.xyz/
Submission: On November 13 via api from US — Scanned from GB
Form analysis
0 forms found in the DOMText Content
Oxido fn factorial(n: int) -> int { if n == 0 { return 1; } return n * factorial(n - 1); } print(factorial(5)); // 120 OXIDO Oxido is a statically typed interpreted programming language for making CLI tools and scripts. Install Documentation