excercise 2 done
This commit is contained in:
8
week1_TinsaeGhilay/Task1/Hello.idl
Normal file
8
week1_TinsaeGhilay/Task1/Hello.idl
Normal file
@@ -0,0 +1,8 @@
|
||||
module HelloApp
|
||||
{
|
||||
interface Hello
|
||||
{
|
||||
string sayHello();
|
||||
oneway void shutdown();
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user