Skip to content

Commit

Permalink
add examples
Browse files Browse the repository at this point in the history
  • Loading branch information
zehengl committed Aug 12, 2024
1 parent a7e1093 commit 06898e6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/tilhamingju.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package main

import "fmt"

func main() {
fmt.Println("TIL HAMINGJU MED AFMAELID FORRITUNARKEPPNI FRAMHALDSSKOLANNA!")
}
5 changes: 5 additions & 0 deletions src/tilhamingju.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class Tilhamingju {
public static void main(String[] args) {
System.out.println("TIL HAMINGJU MED AFMAELID FORRITUNARKEPPNI FRAMHALDSSKOLANNA!");
}
}
1 change: 1 addition & 0 deletions src/tilhamingju.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print("TIL HAMINGJU MED AFMAELID FORRITUNARKEPPNI FRAMHALDSSKOLANNA!")

0 comments on commit 06898e6

Please sign in to comment.