8 lines
96 B
C
8 lines
96 B
C
// vim:fileencoding=utf-8:foldmethod=marker
|
|
|
|
#include <stdio.h>
|
|
|
|
int main(void) {
|
|
return 0;
|
|
}
|