Commit f28c5957 by Patryk Czarnik

Compact

parent 0c8186c8
void main() {
System.out.println("Stary println");
IO.println("IO wypisuje");
var imie = IO.readln("Jak masz na imię? ");
IO.println("Witaj " + imie);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment