Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

Commit

Permalink
Merge pull request #14 from Souravirus/master
Browse files Browse the repository at this point in the history
Added brainfuck and scala
  • Loading branch information
srbcheema1 authored Oct 1, 2017
2 parents cf1adb9 + e7d063f commit f4400d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions helloworld.bf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-[------->+<]>-.-[->+++++<]>++.+++++++..+++.[--->+<]>-----.--[->++++<]>-.--------.+++.------.--------.
4 changes: 4 additions & 0 deletions helloworld.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

object Hello extends App {
println("Hello, World!")
}

0 comments on commit f4400d0

Please sign in to comment.