Diff to Hello World

C code posted
created at 15 Mar 05:57, updated at 19 Mar 15:57

Edit | Back
1
2
3
4
5
6
7
8
9
#include <stdio.h>

int main()
{
- printf("Hello Warld");
+ printf("Hello World");

  return 0;
}
105 Bytes in 2 ms with coderay