Skip to content

ak89224/lucid-programming-competition-2018

 
 

Repository files navigation

Lucid Programming Competition 2018

Run

wget -O /tmp/scala.deb https://downloads.lightbend.com/scala/2.12.2/scala-2.12.2.deb
sudo dpkg -i /tmp/scala.deb
sudo apt-get install -f colordiff openjdk-8-jdk-headless
make test-myproblem

Generate descriptions

wget -O /tmp/wkhtmltox.deb https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.2.1/wkhtmltox-0.12.2.1_linux-trusty-amd64.deb
sudo apt-get remove --purge wkhtmltopdf
sudo dpkg -i /tmp/wkhtmltox.deb
sudo apt-get install -f ruby
make

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 29.3%
  • JavaScript 28.7%
  • TypeScript 24.6%
  • Scala 5.4%
  • Makefile 4.8%
  • C 3.7%
  • Other 3.5%