ProjectEuler/template

13 lines
142 B
Plaintext
Raw Normal View History

#include <stdio.h>
#include "utils.h"
/*
https://projecteuler.net/problem=
*/
int main(int argc,char**argv) {
return 0;
}