/myFirstRepo

My first repository for testing and learning

Primary LanguageJavaGNU General Public License v2.0GPL-2.0

myFirstRepo

My first repository for testing and learning

Some of the words in this sentece should are written using markdown

class myClass {
    public int test;
    
    public void myMethod(int i) {
        retun 42;
    }
}