Ignore:
Timestamp:
07/08/13 13:29:24 (11 years ago)
Author:
stoda
Message:

J

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/test/java/omq/test/python/Calculator.java

    r81 r83  
    33import omq.Remote;
    44
     5/**
     6 *
     7 * @author Sergi Toda <sergi.toda@estudiants.urv.cat>
     8 *
     9 */
    510public interface Calculator extends Remote {
    611        public void fibonacci(int x);
    712
    813        public int add(int x, int y);
    9        
     14
    1015        public double getPi();
    1116
Note: See TracChangeset for help on using the changeset viewer.