Data Type C

#include 
int main(void)
{
  printf("one\ntwo\nthree\nfour");
  return 0;
}