[go: up one dir, main page]

Menu

[901c6f]: / cmake / test-printf-ll.c  Maximize  Restore  History

Download this file

5 lines (4 with data), 72 Bytes

1
2
3
4
#include <stdio.h>
int main() {
printf("%lld", (long long int)0);
}