Move Project Euler under puzzles.
This commit is contained in:
17
puzzles/project_euler/tmpl.py
Normal file
17
puzzles/project_euler/tmpl.py
Normal file
@@ -0,0 +1,17 @@
|
||||
/* Check cf5-opt.vim defs.
|
||||
VIM: let g:lcppflags="-std=c++11 -O2 -pthread"
|
||||
VIM: let g:wcppflags="/O2 /EHsc /DWIN32"
|
||||
*/
|
||||
#include <iostream>
|
||||
|
||||
/*
|
||||
|
||||
Solution:
|
||||
*/
|
||||
|
||||
int main ( void )
|
||||
{
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user