Commit be83ae80 authored by Muhammad Tehami's avatar Muhammad Tehami 💡

Initial commit

parents
// src/com/sharedlibrary/Point.groovy
package com.sharedlibrary
// point in 3D space
class Point {
float x,y,z
}
// src/com/sharedlibrary/Zot.groovy
package org.foo
// def checkOutFrom(repo) {
// git url: repo
// }
def log(msg) {
echo msg
}
return this
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment