Skip to content
View art-es's full-sized avatar
🐼
🐼
  • Russia, Kazan

Block or report art-es

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
art-es/README.md
package main

import "fmt"

type Profile struct {
        Name    string
        From    string
        Company string
}

func main() {
        me := &Profile{
                Name:    "Artur Shaidullin",
                From:    "Kazan, Russia",
                Company: "Avito",
        }

        fmt.Printf(`Hi there! 👋
About me:
- name: %s
- from: %s
- company: %s`, me.Name, me.From, me.Company)
}

Popular repositories Loading

  1. laravel-eloquent-builder laravel-eloquent-builder Public

    PHP 4

  2. laravel-pagination-buttons laravel-pagination-buttons Public

    PHP 1

  3. laravel-json-response laravel-json-response Public

    PHP 1

  4. go-ac-export go-ac-export Public

    Go

  5. nginx-coverting-to-web-ext nginx-coverting-to-web-ext Public

  6. art-es art-es Public