Skip to content

Instantly share code, notes, and snippets.

View Dicky019's full-sized avatar
🏠
Working from home

Dicky Darmawan Dicky019

🏠
Working from home
View GitHub Profile
//
// Created by Dicky Darmawan on 12/02/25.
//
import SwiftUI
/// A view that asynchronously loads, cache and displays an image.
///
/// This view uses a custom default
/// <doc://com.apple.documentation/documentation/Foundation/URLSession>
@Dicky019
Dicky019 / Main.java
Last active October 31, 2021 00:19
tugas 1
package com.pbo.tugas1;
import com.pbo.tugas1.HeroOOP;
public class Main {
public static void main(String[] args) {
HeroOOP heroMM = new HeroOOP("Dicky","Memanah");
HeroOOP heroFighter = new HeroOOP("Diki","Memakai Pedang");
// hero mm