4 lines
89 B
C#
4 lines
89 B
C#
void main(){
|
|
System.out.println(new Date());
|
|
System.out.println("Hello world");
|
|
} |