Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
LuciverXploit
Follow
Out sick

Ari Marshello LuciverXploit

Out sick
Pensi Jangan Di Cari Guys

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

COnnECT WITH ME

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: "luciverxploit@onion.com",
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 Loading

  1. LuciverXploit LuciverXploit Public

    6 3