Skip to content
Snippets Groups Projects
Commit 2ff6fc5a authored by Theophile Cosse's avatar Theophile Cosse
Browse files

feat: first class and JUNIT test

parent 965119d9
No related branches found
No related tags found
No related merge requests found
package com.theophilecosse.client;
/**
* FTPClient
*/
public class FTPClient {
private String ip;
public FTPClient(String ip){
this.ip = ip;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment