moved shit around for multi language
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
96b14c9c42
commit
1cef478e9b
@ -1,7 +1,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#define INPUT "inputs/input-day1"
|
||||
#define INPUT "../inputs/input-day1"
|
||||
|
||||
void
|
||||
first()
|
@ -2,7 +2,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#define INPUT "inputs/input-day2"
|
||||
#define INPUT "../inputs/input-day2"
|
||||
|
||||
int
|
||||
first()
|
@ -3,7 +3,7 @@
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#define INPUT "inputs/input-day3"
|
||||
#define INPUT "../inputs/input-day3"
|
||||
|
||||
#define BIT_CHECK(v, n) (v >> n) & 1U
|
||||
#define BIT_SET(v, n) (v |= 1U << n)
|
Loading…
x
Reference in New Issue
Block a user