Skip to content
View triilman25's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
Block or Report

Block or report triilman25

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
triilman25/README.md

Who knows me and my first GitHub account? I can confirm that my first account is still in use. This second account is used for my professional projects or more serious project, nothing more or less. To be honest, I have three remote accounts, one of them is from different remote platform, feel free to check here.


package hello_world

import "core:fmt"

main :: proc() {
  name := "Ilman"

  fmt.printfln("hello world, %s is here!", name)
}

don't ask me about the front-end. I'm a little afraid to include it on my CV. I can do it but I don't want to do it as often as possible. front-end for me is like doing ordinary things with extraordinary drive. who wants to spend time just to make a button look attractive in a day?

Highlight Repositories

Stats

Popular repositories Loading

  1. triilman25 triilman25 Public

  2. Komparasi-Bahasa-Pemrograman-C-Dan-Odin Komparasi-Bahasa-Pemrograman-C-Dan-Odin Public

    Panduan bahasa pemrograman C dan Odin

    C