Fixed some issues with compiling and added a .gitignore file
This commit is contained in:
parent
d66be24876
commit
88f545867c
|
@ -0,0 +1,3 @@
|
||||||
|
main.d
|
||||||
|
obj/*
|
||||||
|
Shot-Gun-Pete
|
|
@ -0,0 +1 @@
|
||||||
|
#include <iostream>
|
|
@ -0,0 +1,6 @@
|
||||||
|
#include "include/main.h"
|
||||||
|
|
||||||
|
int main (){
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
Reference in New Issue