Hello! Welcome to my GitHub page, I'm Parzival, I have experience in various areas of development and programming!
<html>
<head>
<title>My Web Page</title>
</head>
<body>
<h1>Level: 90%</h1>
</body>
<style>
h1{
color:red;
}
</style>
</html>
const myFunction = function() => {
console.log("Level: 70%")
}
myFunction()
def my_function():
print("Level: 87%")
my_function()
#include <iostream>
using namespace std;
int main() {
cout << "Level: 40%" << endl;
return 0;
}
public class Main {
public static void main(String[] args) {
System.out.print("Level: 40%");
}
}
@echo off
echo Level: 40%
┌──(iparzivaldev㉿IParzivalDev)-[~]
└─$ sudo apt-get update
┌──(iparzivaldev㉿IParzivalDev)-[~]
└─$ sudo apt-get upgrade
┌──(iparzivaldev㉿IParzivalDev)-[~]
└─$ sudo apt install mypackage
┌──(iparzivaldev㉿IParzivalDev)-[~]
└─$ mypackage
Level: 80%
fn main(){
println!("Level: 45%")
}
package main
import "fmt"
func main(){
fmt.Println("Level: 34%")
}
If you want to hire me you can contact me through my Discord: @parzival.dev Or through my website: iparzivaldev.github.io/IParzivalDev/