Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

jminusminus/jmmexample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helloworld

Package: github.com.jminusminus.jmmexample

Build Status

Stability: 1 - Stable

This is an example project for Jmm.

Install

jmm get github.com/jminusminus/jmmexample

The following jmm commands will setup up a Jmm workspace, pull down the code for this project, test it, install it and then run it.

mkdir ./jmmtest
cd ./jmmtest
jmm here .
jmm get github.com/jminusminus/simplebdd
jmm get github.com/jminusminus/jmmexample
jmm test ./src/github/com/jminusminus/jmmexample
jmm install ./src/github/com/jminusminus/jmmexample
jmmexample

github.com.jminusminus.jmmexample.Helloworld

import github.com.jminusminus.jmmexample.Helloworld;

static String msg()

Return a congratulations message.

About

An example project for Jmm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages