Compare commits

..

No commits in common. "df8b5a1a08d9cca0cd7fba37ea73696d72baaaa7" and "9e4e1f9ba97375d2e066d8b40eb436657506b93a" have entirely different histories.

6 changed files with 0 additions and 10 deletions

View File

@ -1,3 +0,0 @@
program hello
print *, "Hello World!"
end program

View File

@ -1 +0,0 @@
main = putStrLn "Hello World!"

View File

@ -1,3 +0,0 @@
fun main(args : Array<String>) {
println("Hello World!")
}

View File

@ -1 +0,0 @@
print "Hello World!\n";

View File

@ -1 +0,0 @@
puts 'Hello World!'

View File

@ -1 +0,0 @@
print("Hello World!")