init wollok

This commit is contained in:
Coniglio Hernan Marcelo
2026-06-02 15:55:50 -03:00
commit 95e1f5fb73
5 changed files with 42 additions and 0 deletions

9
testExample.wtest Normal file
View File

@@ -0,0 +1,9 @@
import example.pepita
describe "group of tests for pepita" {
test "pepita has initial energy" {
assert.equals(100, pepita.energy())
}
}