Skip to content

Instantly share code, notes, and snippets.

@hariyogi
Last active April 19, 2022 15:11
Show Gist options
  • Save hariyogi/2f5b658f7a01cc0f0ae45d27cf8973e8 to your computer and use it in GitHub Desktop.
Save hariyogi/2f5b658f7a01cc0f0ae45d27cf8973e8 to your computer and use it in GitHub Desktop.
Contoh record
record Buah(String nama, String warna, double berat) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment