Skip to content

ajnirp/advent-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

J

  • Running on Linux or Windows: jconsole j/1.ijs

Python

  • Running on Linux: python3 python/1.py < data/1.txt
  • Running on Windows: Get-Content data/1.txt | python python/1.py

Profiling

  • Linux: time python data/1.py < data/1.txt
  • Windows: Measure-Command { Get-Content data/1.txt | python python/1.py }

About

https://adventofcode.com/2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors