Skip to content

SidneyXu/Advent-of-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent-of-Code

My solutions for the Advent of Code in multiple languages(Java, Groovy, Scala, Kotlin, Go and Ruby).

How to run

Java

cd Java/day01
javac Main.java 
java Main

Groovy

cd Groovy/day01
groovy main.groovy

Scala

cd Scala/day01
scala main.scala

Kotlin

cd Kotlin/day01
kotlinc -script main.kts

Go

cd Go/day01
go run main.go

Ruby

cd Ruby/day01
ruby main.rb 

About

Solutions for the Advent of Code in several languages (Java, Groovy, Scala, Kotlin, Ruby, Go)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published