mirror of
https://github.com/0intro/wmii
synced 2024-11-22 22:02:30 +03:00
10 lines
118 B
C
10 lines
118 B
C
#include <stdarg.h>
|
|
#include <utf.h>
|
|
#include <fmt.h>
|
|
|
|
int
|
|
main(int argc, char **argv)
|
|
{
|
|
print("%020.10d\n", 100);
|
|
}
|