7 lines
83 B
Plaintext
7 lines
83 B
Plaintext
#include <stdio.h>
|
|
|
|
int main(int argc, char * argv[])
|
|
{
|
|
printf("Working\n");
|
|
}
|