Skip to content
View ekawirawan's full-sized avatar
Block or Report

Block or report ekawirawan

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
ekawirawan/README.md
public class Main {
  private String name;
  private String location;

  public Main(String name, String location) {
    this.name = name;
    this.location = location;
  }

  public static void main(String[] args) {
    Main myProfile = new Main("I Putu Eka Wirawan", "Bali - Indonesia");
    System.out.println("Hello there, my name is " + myProfile.name + ", from " + myProfile.location);
  }
}

Popular repositories

  1. hand-pose-recognition hand-pose-recognition Public

    Jupyter Notebook 4 2

  2. reservasi-hotel reservasi-hotel Public

    C# 3

  3. ekawirawan ekawirawan Public

    2