Compare commits
No commits in common. "df8b5a1a08d9cca0cd7fba37ea73696d72baaaa7" and "9e4e1f9ba97375d2e066d8b40eb436657506b93a" have entirely different histories.
df8b5a1a08
...
9e4e1f9ba9
|
@ -1,3 +0,0 @@
|
|||
program hello
|
||||
print *, "Hello World!"
|
||||
end program
|
|
@ -1 +0,0 @@
|
|||
main = putStrLn "Hello World!"
|
|
@ -1,3 +0,0 @@
|
|||
fun main(args : Array<String>) {
|
||||
println("Hello World!")
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
print "Hello World!\n";
|
|
@ -1 +0,0 @@
|
|||
puts 'Hello World!'
|
|
@ -1 +0,0 @@
|
|||
print("Hello World!")
|
Loading…
Reference in New Issue
Block a user