Skip to content

Instantly share code, notes, and snippets.

View hsyhhssyy's full-sized avatar

Songyang.Huo hsyhhssyy

View GitHub Profile
@hsyhhssyy
hsyhhssyy / JavaCSharp.cs
Last active June 1, 2020 16:52
This code is valid in both Java and C#, and output the same.
public class JavaCSharp { public static void
//\u000Amain
//\u000A\u002F\u002A
Main//\u002A\u002F
(String[] args) {
//\u000ASystem.out.printf("%s",
//\u000A\u002F\u002A
Console.WriteLine(//\u002A\u002F
//\u000Anew Object[]{
"Hello World!"