difftastic/sample_files/tab_2.c

7 lines
72 B
C

#include <stdio.h>
int main() {
printf("Goodbye World");
return 0;
}