Skip to content
Snippets Groups Projects
Commit 45b36aa8 authored by Lisa Ederth's avatar Lisa Ederth
Browse files

Add new file

parent 3514c80e
No related branches found
No related tags found
No related merge requests found
Pipeline #105638 passed
image: openjdk:8
stages:
- build
build:
stage: build
script:
- javac HelloWorld.java
- java HelloWorld
artifacts:
paths:
- ./HelloWorld.*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment