Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
deniscostadsc committed Dec 23, 2024
1 parent 2e13e5a commit e3fa90d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion solutions/beecrowd/2388/2388.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <stdio.h>
#include <stdint.h>
#include <stdio.h>

int main() {
int32_t distance;
Expand Down
2 changes: 1 addition & 1 deletion solutions/beecrowd/2388/2388.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <iostream>
#include <cstdint>
#include <iostream>

int main() {
int32_t distance;
Expand Down

0 comments on commit e3fa90d

Please sign in to comment.