Issue #418 - Minimal supported library subset (#419)

This commit is contained in:
alabuzhev
2016-11-10 21:29:12 +02:00
committed by Jonathan Müller
parent f5b1c16e2c
commit 1d2049b53e
8 changed files with 67 additions and 41 deletions

View File

@@ -1,4 +1,4 @@
#include "fmt/format.h"
#include "fmt/printf.h"
int main(int argc, char** argv) {
for(int i = 0; i < argc; ++i)