This website requires JavaScript.
Explore
Help
Register
Sign In
Stedd
/
AOC24
Watch
1
Star
0
Fork
You've already forked AOC24
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
since Run() is static, day01 can be called directly instead of being instantiated
Browse Source
...
This commit is contained in:
Stedd
2024-12-01 12:16:30 +01:00
parent
5fd685cc55
commit
436e02c1d8
1 changed files
with
1 additions
and
2 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
3
main.cpp
Unescape
Escape
View File
@ -4,6 +4,5 @@
int
main
(
)
{
day01
day01
;
day01
.
Run
(
)
;
day01
:
:
Run
(
)
;
}
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
Stedd/AOC24
Title
Body
Create Issue