7 lines
No EOL
111 B
C
7 lines
No EOL
111 B
C
#include <stdio.h>
|
|
|
|
int main(int argc, const char** argv) {
|
|
printf("your mom: %i\n",2);
|
|
|
|
}
|
|
|