Skip to content
View lcaohoanq's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@PiedTweet @PiedTeam @fptswp @hcmurs @sum2025-swd931-g06 @taskgenix

Block or report lcaohoanq

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
lcaohoanq/README.md
@Data
@AllArgsConstructor
public class Profile {

  private String name;
  private List<String> hobbies;
  private String reachOut;

  public static void main(String[] args) {
    var hobbies = List.of("coding", "photography", "blogging");
    var thoDev = new Profile("Luu Cao Hoang", hobbies, "lcaohoanq.works");
    System.out.println(thoDev);
  }

}

Pinned Loading

  1. dotfiles dotfiles Public

    i use arch btw

    Shell 18 2

  2. shoppe shoppe Public

    I'm clone Shopee

    TypeScript 2

  3. Java-Snake-Game Java-Snake-Game Public

    Snake Game built with Java Swing

    Java 4 1

  4. luucaohoanq/nocket-compose luucaohoanq/nocket-compose Public

    Locket App clone using Kotlin jetpack compose

    Kotlin 4