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

Latest commit

 

History

History
29 lines (24 loc) · 945 Bytes

File metadata and controls

29 lines (24 loc) · 945 Bytes

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.