2020-06-15 14:18:57 +00:00
|
|
|
#if 0
|
|
|
|
/*─────────────────────────────────────────────────────────────────╗
|
|
|
|
│ To the extent possible under law, Justine Tunney has waived │
|
|
|
|
│ all copyright and related or neighboring rights to this file, │
|
|
|
|
│ as it is written in the following disclaimers: │
|
|
|
|
│ • http://unlicense.org/ │
|
|
|
|
│ • http://creativecommons.org/publicdomain/zero/1.0/ │
|
|
|
|
╚─────────────────────────────────────────────────────────────────*/
|
|
|
|
#endif
|
|
|
|
#include "libc/runtime/runtime.h"
|
|
|
|
|
2022-04-16 17:40:23 +00:00
|
|
|
int main() {
|
2022-04-24 16:59:22 +00:00
|
|
|
__printargs("");
|
2020-06-15 14:18:57 +00:00
|
|
|
}
|