Untitled

Anonymous
plain_text
04/17/2024 10:56 AM
276 B
14
Indexable
using System;

class className 
{
    public static void Main(string[] args)
    {
        className objectOne = new className();
        className objectTwo = new className();
        
    }

}
Editor is loading...
Leave a Comment