Skip to content
View LuciverXploit's full-sized avatar
๐Ÿค’
Out sick
๐Ÿค’
Out sick
Block or Report

Block or report LuciverXploit

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
LuciverXploit/README.md

Facebokm Badge Instagram Badge

แด„แดษดษดแด‡แด„แด› แดกษชแด›สœ แดแด‡ โ˜Ž๏ธ

Sering Di Rendahkan Tapi Aku Tetap Merendah


Python      10 hrs 41 mins   โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   52.47 % 
HTML        9 hrs 41 mins    โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   47.53 % 
Ruby        โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   30.67 %
Bash        โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   42.24 %
JavaScript  โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘   20.45 %
PHP         โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘
package main

import "fmt"

type Biodata struct {
    Nama, Alamat, Email, Telepon string
    Umur                         int
    Pendidikan, Pengalaman       []string
}

func main() {
    bio := Biodata{
        Nama:    "Ari Marshello",
        Umur:    22,
        Alamat:  "Jalan Kahuripan",
        Email:   "[email protected]",
        Telepon: " - ",
        Pendidikan: []string{
            "SMK MIFTAHUL IHSAN",
            "MA AL-MUSHAFIYAH",
        },
        Pengalaman: []string{
            "Programmer",
            "Teacher",
        },
    }

    fmt.Println("Biodata:")
    fmt.Println("Nama:", bio.Nama)
    fmt.Println("Umur:", bio.Umur)
    fmt.Println("Alamat:", bio.Alamat)
    fmt.Println("Email:", bio.Email)
    fmt.Println("Telepon:", bio.Telepon)
    fmt.Println("Pendidikan:", bio.Pendidikan)
    fmt.Println("Pengalaman:", bio.Pengalaman)
}

Pinned

  1. LuciverXploit LuciverXploit Public

    6 3