eng
competition

Text Practice Mode

<code> Syuuliitt HUman

created May 30th 2023, 22:37 by KinjengS


1


Rating

98 words
14 completed
00:00
terlalu syulit aku membaca karakter dalam anime yang Kau ciptakan, semoga: dalam episode #45 bisa catch up ketinggalan memahami perilaku-perilaku makhluk @nime yang Kau ciptakan dalam baris2 <coding> yang rumit.
 
using God_System;
 
using God_System.Create_Human;
 
class Human
{
    public int GodProperty { get; set; }
 
    public void GodMethod()
    {
        Console.WriteLine("Create a Human!");
    }
}
 
class Attitude
{
    static void Main()
    {
        // Create an object of GodClass
        GodClass GodObject = new GodClass();
 
        // Set the property value
        GodObject.GodProperty = Human;
 
        // Call the method
        GodObject.GodMethod();
 
        // Output the property value
        Console.WriteLine("GodProperty value: " + GodObject.GodProperty);
    }
}

saving score / loading statistics ...