Initial commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
CompileFlags:
|
||||
Add:
|
||||
- -I../lib
|
||||
@@ -0,0 +1,8 @@
|
||||
#include "reader.hpp"
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
int main() {
|
||||
printf("Hello World!\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user