world.cxx 56 B

123456
  1. #include "stdio.h"
  2. void world()
  3. {
  4. printf("world");
  5. }