hello.c (92B)
1 #include <stdio.h> 2 3 int main(){ 4 printf("H\bH\bHell\blo Wo\borld\bd\n"); 5 return 0; 6 }