test.sbasic 59 B

12345678
  1. hallo();
  2. function hallo()
  3. {
  4. print("wusi");
  5. }
  6. hallo();