package org.shiloh;
/**
* @author shiloh
* @date 2024/5/23 17:19
*/
public class Hello {
public static void main(String[] args) {
System.out.println("PLEASE");
}
}
// ...
const message: string = 'ENJOY';
console.log(message);
namespace Hello.World;
/// <summary>
/// ...
/// </summary>
internal class Program
{
private static void Main(string[] args)
{
Console.WriteLine("CODING😄");
}
}
-- ...
SELECT 'Hello World:)' as greeting;