mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-19 12:12:02 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
10
odoo-bringout-oca-dms-dms/dms/test/code01.aj
Normal file
10
odoo-bringout-oca-dms-dms/dms/test/code01.aj
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// HelloWorld.java
|
||||
public class HelloWorld {
|
||||
public static void say(String message) {
|
||||
System.out.println(message);
|
||||
}
|
||||
|
||||
public static void sayToPerson(String message, String name) {
|
||||
System.out.println(name + ", " + message);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue