dr_vlat: (Default)
[personal profile] dr_vlat
C# :
using System;
public class HelloWorld
{
    public static void Main(string[] args)
    {
        Console.Write("Hello World!");
    }
}
Java :
class HelloWorld
{
    public static void main(String[] args)
    {
        System.out.println("Hello World!");
    }
}

Profile

dr_vlat: (Default)
dr_vlat

February 2023

S M T W T F S
   1234
5 67891011
12131415161718
19202122232425
262728    

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Apr. 6th, 2026 12:45 pm
Powered by Dreamwidth Studios